Created
May 24, 2013 18:02
-
-
Save thomasstr/5645355 to your computer and use it in GitHub Desktop.
Form tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= form_tag projects_path, method: :post, multipart: true do %> | |
<%= text_field_tag :project_name %> | |
<br /> | |
<%= submit_tag :submit, value: "Lag", name: :make_project, class: "btn btn-success" %> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment