wiki page, comment views

This commit is contained in:
albert
2011-03-13 03:54:32 -04:00
parent bd520f61f7
commit 4717726217
16 changed files with 134 additions and 77 deletions

View File

@@ -0,0 +1,6 @@
<% content_for(:secondary_links) do %>
<menu>
<li><%= link_to "Listing", comments_path(:group_by => "post") %></li>
<li><%= link_to "Help", wiki_pages_path(:title => "help:comments") %></li>
</menu>
<% end %>

View File

@@ -9,3 +9,4 @@
</div>
</div>
<%= render "comments/secondary_links" %>

View File

@@ -5,3 +5,5 @@
<% end %>
</div>
</div>
<%= render "comments/secondary_links" %>

View File

@@ -11,3 +11,5 @@
<% end %>
</div>
</div>
<%= render "comments/secondary_links" %>