fixes #143: Janitor trials issues

This commit is contained in:
albert
2011-10-17 00:29:22 -04:00
parent 509c619a04
commit b9ace89e53
7 changed files with 27 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
<% content_for(:secondary_links) do %>
<menu>
<li><%= link_to "Listing", janitor_trials_path %></li>
<li><%= link_to "New", new_janitor_trial_path %></li>
</menu>
<% end %>