new_users.html.erb
6 lines
| 216 B
| text/plain
|
TextLexer
|
r13220 | <h2><%= l(:label_user_new) %></h2> | ||
<%= form_for(@group, :url => group_users_path(@group), :method => :post) do |f| %> | ||||
<%= render :partial => 'new_users_form' %> | ||||
<p><%= submit_tag l(:button_add) %></p> | ||||
<% end %> | ||||