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_modal.html.erb 362B

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