Created
August 16, 2012 18:02
-
-
Save markprovan/3372168 to your computer and use it in GitHub Desktop.
form.html.erb
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
| <div class="span4"> | |
| <%= simple_form_for @project_membership do |f| %> | |
| <%= f.association :user, :prompt => "Select a User" , :label => false %> | |
| <%= f.hidden_field :project_id, :value => @project.id %> | |
| <%= f.submit "Add User", :class => "btn btn-small btn-success pull-right" %> | |
| <% end %> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment