File: header.en.html.erb

package info (click to toggle)
ruby-test-unit 3.7.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,348 kB
  • sloc: ruby: 16,403; makefile: 9
file content (19 lines) | stat: -rw-r--r-- 756 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="header">
  <div class="title">
    <a href="<%= paths[:top] %>/">
      <span class="title"><%= title %></span>
      <span class="title-separator">-</span>
      <span class="title-project">test-unit</span>
    </a>
  </div>
  <ul class="other-languages">
    <li id="other-language-japanese" lang="ja" xml:lang="ja"><a href="<%= paths[:top] %>/test-unit/ja/<%= paths[:current] %>">日本語</a></li>
  </ul>
  <ul class="menu">
    <li id="menu-reference"><a href="<%= paths[:top] %>/test-unit/en/">Reference Manual</a></li>
    <li id="menu-install"><a href="<%= paths[:top] %>/#test-unit-install">Install</a></li>
    <li id="menu-developer"><a href="<%= paths[:top] %>/#developer">Developers</a></li>
  </ul>
</div>

<div class="content">