Commit 28a8ed41bb54197866e73605608e3e9ba6958373

Authored by Antonio Terceiro
1 parent eda842ad

fix link

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/admin_panel/index.rhtml
... ... @@ -16,7 +16,7 @@
16 16 <table>
17 17 <tr><td><%= link_to _('User roles'), :controller => 'role' %></td></tr>
18 18 <tr><td><%= link_to _('Users'), :controller => 'users' %></td></tr>
19   - <tr><td><%= link_to _('Profile templates'), :action => 'templates' %></td></tr>
  19 + <tr><td><%= link_to _('Profile templates'), :controller => 'templates' %></td></tr>
20 20 <tr><td><%= link_to _('Fields'), :controller => 'features', :action => 'manage_fields' %></td></tr>
21 21 </table>
22 22  
... ...