forked from bofh/fetsite
layout in news und kleiner fix
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
<h1>Admin Panel</h1>
|
||||
|
||||
<% if flash[:notice] %>
|
||||
<div class="notice alert alert-info"><%= flash[:notice] %></div>
|
||||
<% end %>
|
||||
<h1>Admin Panel</h1>
|
||||
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<%= link_to '<i class="icon-user"></i>'.html_safe + 'Userverwaltung',:controller =>"users",:action => "index" %>
|
||||
|
||||
Reference in New Issue
Block a user