resolve config_url problems

This commit is contained in:
Andreas Stephanides
2013-02-17 15:46:48 +01:00
parent 3d60580332
commit 5b8b419fa1
6 changed files with 11 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
<%= link_to '<i class="icon-user"></i>'.html_safe + 'Userverwaltung',:controller =>"users",:action => "index" %>
</li>
</ul>
<%= link_to 'Update',:controller =>"config",:action => "get_git_update" %>
<%= link_to 'Update',config_getgitupdate_url %>