akkounts/app/views/admin/dashboard/index.html.erb
Sebastian Kippe 40f3e8327a
Basic donation records
Adds donation model/table and basic manual management in the admin
panel, as well as basic listing of users' own donations.
2020-12-17 21:56:51 +01:00

9 lines
190 B
Plaintext

<h2>Admin Panel</h2>
<p>
Ohai there, admin human.
</p>
<ul>
<li><%= link_to 'LDAP users', admin_ldap_users_path %></li>
<li><%= link_to 'Donations', admin_donations_path %></li>
</ul>