fixed comment test

This commit is contained in:
albert
2011-05-16 09:27:06 -04:00
parent 903a3fa5d1
commit 158810d9f0
20 changed files with 174 additions and 58 deletions

View File

@@ -1,7 +1,9 @@
<% content_for("subnavbar") do %>
<li><%= link_to "List", :action => "index" %></li>
<li><%= link_to "Search", :action => "search" %></li>
<li><%= link_to "History", :action => "history" %></li>
<li><%= link_to "Requests", :controller => "post", :action => "index", :tags => "translation_request" %></li>
<li><%= link_to "Help", :controller => "help", :action => "notes" %></li>
<% content_for(:secondary_links) do %>
<menu>
<li><%= link_to "Listing", notes_path(:group_by => "post") %></li>
<li><%= link_to "Search", search_notes_path %></li>
<li><%= link_to "History", note_versions_path %></li>
<li><%= link_to "Requests", posts_path(:tags => "translation_request") %></li>
<li><%= link_to "Help", wiki_pages_path(:title => "help:notes") %></li>
</menu>
<% end %>

View File

@@ -1,5 +0,0 @@
<div id="c-notes">
<div id="a-index">
</div>
</div>