Files
grecia/app/views/verification/verified_user/_form.html.erb
Alberto Garcia Cabeza 3752f3a53b Adds foundation 6 🎉
2016-02-26 19:33:33 +01:00

5 lines
200 B
Plaintext

<%= form_for verified_user, url: url, method: :post do |f| %>
<%= f.hidden_field :id %>
<%= f.submit t("verification.verified_user.form.submit_button"), class: "button success small" %>
<% end %>