Sha256: a329efe650a3eec91a7f31411959851065ae3fd45ca7d5c784144ea338d1da1d
Contents?: true
Size: 563 Bytes
Versions: 10
Compression:
Stored size: 563 Bytes
Contents
<%= decidim_form_for(@form, url: constraints_path(key: params[:key]), 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"> <button type="submit" class="button" name="commit" data-close><%= t(".save") %></button> <button class="button hollow" type="button" data-close><%= t(".cancel") %></button> </div> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems