Sha256: 1580698630825771b059e7adfc834b882f27d55b52e990a467c2cfb210504bc5
Contents?: true
Size: 497 Bytes
Versions: 21
Compression:
Stored size: 497 Bytes
Contents
<%= decidim_form_for(@form, url: constraint_path, method: :patch, remote: true) do |f| %> <div class="card"> <div class="card-divider"> <h2 class="card-title"><%= t ".constraint" %></h2> </div> <div class="card-section"> <%= render partial: "form", object: f %> </div> </div> <div class="button--double form-general-submit"> <%= f.submit t(".save") %> <button class="button hollow" type="button" data-close><%= t(".cancel") %></button> </div> <% end %>
Version data entries
21 entries across 21 versions & 1 rubygems