houdini/app/views/nonprofits/_admin_top_nav.html.erb

36 lines
984 B
Text
Raw Normal View History

2020-06-12 20:03:43 +00:00
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
<section class='admin-topNav tour-admin'>
<div class='container u-centered'>
<p><strong>Manage Profile Page</strong></p>
<a class='button--small edit'>
<!--= on 'click' (open_modal 'settingsModal') -->
<i class='fa fa-gear'></i> Settings
</a>
<a class='button--small edit'>
<!--= on 'click' (open_modal 'uploadBackgroundImage') -->
<i class='fa fa-image'></i> Header Image
</a>
<a class='button--small edit'>
<!--= on 'click' (open_modal 'uploadCarouselImages') -->
<i class='fa fa-image'></i> Main image
</a>
<a class='button--tiny edit' href='?preview=t'>
<i class='fa fa-eye'></i> Preview Mode
</a>
<% if current_role?(:super_admin) %>
<p><i class='icon icon-pacman-ghost'></i> For super admin:
NPO ID: <%= @nonprofit.id %>
</p>
<% end %>
</div>
</section>