Sha256: 125de09446124ee4992d18ad10d5dd67e50b5d07fdd0cddc5265ad9abd018f9f

Contents?: true

Size: 565 Bytes

Versions: 38

Compression:

Stored size: 565 Bytes

Contents

<%
	super_admin_items = {
		features: {
			text: "Features",
			icon_class: "linecons-diamond",
			url: usman.features_url,
			has_permission: @current_user.has_read_permission?(Feature)
		}
	}
%>

<% if (super_admin_items.map{|x, y| y[:has_permission] }).compact.uniq.any? %>

<h3 class="text-gray mt-50 mb-10">
	Configurations <br>
	<small class="text-muted">Configure Features & Other Settings </small>
</h3>
<hr class="mb-30" style="border-top:1px solid #ddd;">

<%= render partial: "/layouts/dashboard/items", locals: { items: super_admin_items } %>

<% end %>

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
dhatu-0.2.2 app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.3.38 app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.2.1 app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.3.37 app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.2.0 app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.1.25 app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.1.24 app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.3.36 app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.3.35 app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.1.23 app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.1.22 app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.1.21 app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.1.20 app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.3.34 app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.3.33 app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.3.32 app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.3.31 app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.3.30 app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.3.29 app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.3.28 app/views/usman/dashboard/_super_admin_index.html.erb