Skip to content

Instantly share code, notes, and snippets.

@Fire-Dragon-DoL
Created March 3, 2013 17:43
Show Gist options
  • Select an option

  • Save Fire-Dragon-DoL/5077190 to your computer and use it in GitHub Desktop.

Select an option

Save Fire-Dragon-DoL/5077190 to your computer and use it in GitHub Desktop.
Simple form to choose which translation should be edited
<%= form_tag([:edit, :admin, @tech_spec.boat, @tech_spec], method: :get) do %>
<%= select_tag(:translation,
options_from_collection_for_select(@translations,
:first,
:last,
@translation)) %>
<%= submit_tag('Go to this translation') %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment