Sha256: 350d5fc4a44e48b392dd61356e5edc89153106c13e68d062e6627bfa933e1794
Contents?: true
Size: 660 Bytes
Versions: 13
Compression:
Stored size: 660 Bytes
Contents
<% content_for :breadcrumb_context_menu do %> <div class="process-title-content-breadcrumb-container-right"> <% if allowed_to? :create, :assembly_type %> <%= link_to [:new, :assemblies_type], class: "button button__sm button__transparent process-title-content-breadcrumb-container-right-link" do %> <%= icon "add-line", class: "w-4 h-4" %> <span> <%= t("actions.new_assembly_type", scope: "decidim.admin") %> </span> <% end %> <% end %> <%= render partial: "layouts/decidim/admin/manage_assemblies" %> </div> <% end %> <%= render "layouts/decidim/admin/application" do %> <%= yield %> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems