Sha256: f4f56d5d7bd426461674a7d8ebba2fc803dee9584ed4bdd53a09ef576005503b
Contents?: true
Size: 553 Bytes
Versions: 39
Compression:
Stored size: 553 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, :description %> </dl>
Version data entries
39 entries across 39 versions & 1 rubygems