Sha256: 5f5e7bc993d333b176f16ab876ee9151fa160124a11fb33449fd06f4c465efe5
Contents?: true
Size: 1.33 KB
Versions: 6
Compression:
Stored size: 1.33 KB
Contents
<% if (@dashboard_items[:dhatu_website_items].map{|x, y| y[:has_permission] }).compact.uniq.any? %> <h3 class="text-gray mt-50 mb-10"> Website Elements <br> <small class="text-muted">Manage All Elements of your websites and much more ...</small> </h3> <hr class="mb-30" style="border-top:1px solid #ddd;"> <%= render partial: "/layouts/dashboard/#{@current_layout}/items", locals: { items: @dashboard_items[:dhatu_website_items] } %> <% end %> <% if (@dashboard_items[:dhatu_marketing_items].map{|x, y| y[:has_permission] }).compact.uniq.any? %> <h3 class="text-gray mt-50 mb-10"> Marketing Elements <br> <small class="text-muted">Manage All Elements of your websites and much more ...</small> </h3> <hr class="mb-30" style="border-top:1px solid #ddd;"> <%= render partial: "/layouts/dashboard/#{@current_layout}/items", locals: { items: @dashboard_items[:dhatu_marketing_items] } %> <% end %> <% if (@dashboard_items[:configuration_items].map{|x, y| y[:has_permission] }).compact.uniq.any? %> <h3 class="text-gray mt-50 mb-10"> Configurations <br> <small class="text-muted">Manage All Elements of your websites and much more ...</small> </h3> <hr class="mb-30" style="border-top:1px solid #ddd;"> <%= render partial: "/layouts/dashboard/#{@current_layout}/items", locals: { items: @dashboard_items[:configuration_items] } %> <% end %>
Version data entries
6 entries across 3 versions & 1 rubygems