Skip to content

Instantly share code, notes, and snippets.

@wpiekutowski
Created November 9, 2008 22:46
Show Gist options
  • Save wpiekutowski/23367 to your computer and use it in GitHub Desktop.
Save wpiekutowski/23367 to your computer and use it in GitHub Desktop.
<h1>New phrase</h1>
<% form_for(@phrase) do |f| %>
<%= f.error_messages %>
<p>
<%= f.label :content %><br />
<%= f.text_field :content %>
</p>
<p>
<%= f.label :language_id %><br />
<%= f.select :language_id, @languages_for_select %>
</p>
<p>
<%= f.submit "Create" %>
</p>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment