Skip to content

Commit

Permalink
Move links below header
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Dec 22, 2009
1 parent 1af5c28 commit f42eb1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/default/fulldoc/html/full_list.erb
Expand Up @@ -16,13 +16,13 @@
document.body.className = 'frames';
}
</script>
<div id="nav">
<a target="_self" href="class_list.html">Classes</a> |
<a target="_self" href="method_list.html">Methods</a> |
<a target="_self" href="file_list.html">Files</a>
</div>
<div id="content">
<h1 id="full_list_header"><%= @list_title %></h1>
<div id="nav">
<a target="_self" href="class_list.html">Classes</a> |
<a target="_self" href="method_list.html">Methods</a> |
<a target="_self" href="file_list.html">Files</a>
</div>
<div id="search">Search: <input type="text" /></div>
<div class="clear"></div>
<ul id="full_list" class="<%= @file_list ? 'file_list' : '' %>">
Expand Down

0 comments on commit f42eb1f

Please sign in to comment.