Sha256: 49ea0ce5c348ffc0b30bc1e75f332d7075a44f20ec7cfe4ccb91f2f9813e346a

Contents?: true

Size: 696 Bytes

Versions: 12

Compression:

Stored size: 696 Bytes

Contents

<% add_decidim_page_title(t(".title")) %>
<div class="item_show__header">
  <h1 class="item_show__header-title">
    <%= t(".title") %>
  </h1>
</div>
<div class="item__edit item__edit-1col">
  <div class="item__edit-form">
    <%= decidim_form_for(@form, url: block_user_templates_path, html: { class: "form-defaults form new_user_block_template" }) do |f| %>
      <%= render partial: "form", object: f %>
      <div class="item__edit-sticky">
        <div class="item__edit-sticky-container">
          <%= f.submit t("save", scope: "decidim.templates.admin.block_user_templates.form"), class: "button button__sm button__secondary" %>
        </div>
      </div>
    <% end %>
  </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
decidim-templates-0.29.2 app/views/decidim/templates/admin/block_user_templates/new.html.erb
decidim-templates-0.28.5 app/views/decidim/templates/admin/block_user_templates/new.html.erb
decidim-templates-0.29.1 app/views/decidim/templates/admin/block_user_templates/new.html.erb
decidim-templates-0.28.4 app/views/decidim/templates/admin/block_user_templates/new.html.erb
decidim-templates-0.29.0 app/views/decidim/templates/admin/block_user_templates/new.html.erb
decidim-templates-0.28.3 app/views/decidim/templates/admin/block_user_templates/new.html.erb
decidim-templates-0.29.0.rc4 app/views/decidim/templates/admin/block_user_templates/new.html.erb
decidim-templates-0.29.0.rc3 app/views/decidim/templates/admin/block_user_templates/new.html.erb
decidim-templates-0.29.0.rc2 app/views/decidim/templates/admin/block_user_templates/new.html.erb
decidim-templates-0.29.0.rc1 app/views/decidim/templates/admin/block_user_templates/new.html.erb
decidim-templates-0.28.2 app/views/decidim/templates/admin/block_user_templates/new.html.erb
decidim-templates-0.28.1 app/views/decidim/templates/admin/block_user_templates/new.html.erb