Sha256: f8d4ffa0f1560e88b8b4ffa9d3e3c4bc5032b4f092d5e5add8974ef411dda99c

Contents?: true

Size: 559 Bytes

Versions: 16

Compression:

Stored size: 559 Bytes

Contents

<%
	super_admin_items = {
		features: {
			text: "Features",
			icon_class: "fa-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

16 entries across 16 versions & 2 rubygems

Version Path
dhatu-0.3.6.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.4.7.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.3.5.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.3.4.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.4.6.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.4.5.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.4.4.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.3.3.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.4.3.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.3.2.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.4.2.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.3.1.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.4.1.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.3.0.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
usman-0.4.0.pre.materialize app/views/usman/dashboard/_super_admin_index.html.erb
dhatu-0.2.3 app/views/usman/dashboard/_super_admin_index.html.erb