Skip to content

Instantly share code, notes, and snippets.

@apolzon
Created May 12, 2010 16:13
Show Gist options
  • Save apolzon/398773 to your computer and use it in GitHub Desktop.
Save apolzon/398773 to your computer and use it in GitHub Desktop.
<%= select_tag "user-ms-history", options_for_select(current_user.user_manuscript_history.manuscripts.map {|m| [m.title, "/manuscripts/" + m.id.to_s]}, :onchange => "alert('hi');") %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment