mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 17:31:14 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@13602 e93f8b46-1217-0410-a6f0-8f06a7374b81
10 lines
376 B
Plaintext
10 lines
376 B
Plaintext
<h3 class="title"><%= l(:label_user_new) %></h3>
|
|
|
|
<%= form_for(@group, :url => group_users_path(@group), :remote => true, :method => :post) do |f| %>
|
|
<%= render :partial => 'new_users_form' %>
|
|
<p class="buttons">
|
|
<%= submit_tag l(:button_add) %>
|
|
<%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %>
|
|
</p>
|
|
<% end %>
|