Sha256: 580138081ee76d0b01a9d6826f18057f6ece9598b2f9fbca38b13d1778b8e209
Contents?: true
Size: 549 Bytes
Versions: 10
Compression:
Stored size: 549 Bytes
Contents
<h2 class="process-title-summary"> <%= t(".new_invite") %> </h2> <div class="section"> <div class="callout warning"> <p><%= t(".explanation") %></p> </div> </div> <%= decidim_form_for(@form, url: meeting_registrations_invites_path, method: :post, html: { class: "form new_meeting_registration_invite" }) do |f| %> <div class="card"> <div class="card-section"> <%= render partial: "form", object: f %> </div> </div> <div class="button--double form-general-submit"> <%= f.submit t(".invite") %> </div> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems