Sha256: 186926f65b709356dd47cf5f752b0d12763d1c72a28a92171aef1f2325414e6e
Contents?: true
Size: 535 Bytes
Versions: 12
Compression:
Stored size: 535 Bytes
Contents
<h3><%= translated_attribute(@category.name) %></h3> <div class="actions"> <hr> <%= link_to t("decidim.admin.actions.edit"), ["edit", participatory_space, @category] if allowed_to? :update, :category, category: @category %> <%= link_to t("decidim.admin.actions.destroy"), [participatory_space, @category], method: :delete, class: "alert button", data: { confirm: t("decidim.admin.actions.confirm_destroy") } if allowed_to? :destroy, :category, category: @category %> </div> <dl> <%= display_for @category, :name %> </dl>
Version data entries
12 entries across 12 versions & 1 rubygems