Sha256: e3eaca1cc542601b134875f46e021bf05a7af8960ac910dcc7411b92cbad4959
Contents?: true
Size: 415 Bytes
Versions: 2
Compression:
Stored size: 415 Bytes
Contents
<%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: {method: :post}) do |f| %> <%= render "admin/users/shared/error_messages", resource: resource %> <%= render 'headmin/forms/fields/email', form: f, attribute: :email, required: true, label: :float %> <%= f.submit t('.resend'), class: 'btn btn-lg btn-primary w-100' %> <%= render "admin/users/shared/links" %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
headmin-0.1.2 | app/views/admin/users/confirmations/new.html.erb |
headmin-0.1.1 | app/views/admin/users/confirmations/new.html.erb |