Skip to content

Commit

Permalink
Add a menu button for accessing the admin pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Apr 6, 2013
1 parent 39eacbc commit 6d42465
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root/curs/menu.mhtml
Expand Up @@ -19,6 +19,9 @@ $submitter_name => undef
<li>
<& ../login_button.mhtml &>
</li>
<li>
<a href="<% $c->uri_for('/track') %>">Admin</a>
</li>
<li>
<a href="<% $c->uri_for($c->config()->{help_path}) %>">Help</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions root/menu.mhtml
Expand Up @@ -10,6 +10,9 @@
<li>
<& login_button.mhtml &>
</li>
<li>
<a href="<% $c->uri_for('/track') %>">Admin</a>
</li>
<li>
<a href="<% $c->uri_for($c->config()->{help_path}) %>">Help</a>
</li>
Expand Down

0 comments on commit 6d42465

Please sign in to comment.