Created
March 19, 2012 09:35
-
-
Save jlebrech/2105261 to your computer and use it in GitHub Desktop.
Why does this not behave locally?
This file contains 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 edit_multiple_game_flags_path(params[:game_id]) do |f| %> | |
<% @flags.each do |flag| %> | |
<%= check_box_tag "checkbox[]", flag.reportee_id %></td> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment