You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_new_users_modal.html.erb 337B

123456789
  1. <h3 class="title"><%= l(:label_user_new) %></h3>
  2. <%= form_for(@group, :url => group_users_path(@group), :remote => true, :method => :post) do |f| %>
  3. <%= render :partial => 'new_users_form' %>
  4. <p class="buttons">
  5. <%= submit_tag l(:button_add) %>
  6. <%= link_to_function l(:button_cancel), "hideModal(this);" %>
  7. </p>
  8. <% end %>