Config Controller für Administration

This commit is contained in:
Andreas Stephanides
2013-02-16 11:02:47 +01:00
parent a8731f926f
commit bcc6de5349
6 changed files with 32 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
<h1>Admin Panel</h1>
<ul class="nav">
<li>
<%= link_to '<i class="icon-user"></i>'.html_safe + 'Userverwaltung',:controller =>"users",:action => "index" %>
</li>
</ul>