<%= form_for(@location) do |f| %> | |
<p> | |
<%= f.label :name, t('.name_html') %> | |
<%= f.text_field :name %> | |
</p> | |
<p> | |
<%= f.button t('.button_html') %> | |
</p> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment