Skip to content

Commit

Permalink
fixed bad route in the admin layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed Feb 25, 2008
1 parent ea680d5 commit 26574cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layout/admin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ul id="nav">
<li><a href="<%= url(:admin_home) %>">Articles</a></li>
<li><a href="<%= url(:comments) %>">Comments</a></li>
<li><a href="<%= url(:admin_users) %>">Users</a></li>
<li><a href="<%= url(:users) %>">Users</a></li>
<li><a href="<%= url(:edit_settings) %>">Settings</a></li>
</ul>
<div class="container">
Expand Down

0 comments on commit 26574cd

Please sign in to comment.