Sha256: 734c4ecfece979aea567bffd246e57413ca0d858eafe75412e384da70f899cf8
Contents?: true
Size: 426 Bytes
Versions: 16
Compression:
Stored size: 426 Bytes
Contents
<% if allowed_to?(:request_access, :plan, plan: @plan) %> <%= decidim_form_for(@request_access_form, url: request_access_plan_path(@plan)) do |form| %> <%= form.hidden_field :id, value: @plan.id %> <%= form.hidden_field :state, value: @plan.state %> <%= form.submit t(:request_access, scope: "decidim.plans.plans.show"), class: "button expanded button--sc mt-s", data: { disable: true } %> <% end %> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems