Add admin layout with admin navigation
And remove the hacky link list from the dashboard.
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
<h2>Admin Panel</h2>
|
||||
<p>
|
||||
Ohai there, admin human.
|
||||
<p class="text-centered">
|
||||
With great power comes great responsibility.
|
||||
</p>
|
||||
<ul>
|
||||
<li><%= link_to 'LDAP users', admin_ldap_users_path %></li>
|
||||
<li><%= link_to 'Donations', admin_donations_path %></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user