mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17677 e93f8b46-1217-0410-a6f0-8f06a7374b81
10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
<h3 class="title"><%= l(:label_member_new) %></h3>
|
|
|
|
<%= form_for @member, :as => :membership, :url => project_memberships_path(@project), :remote => true, :method => :post do |f| %>
|
|
<%= render :partial => 'new_form' %>
|
|
<p class="buttons">
|
|
<%= submit_tag l(:button_add), :id => 'member-add-submit' %>
|
|
<%= link_to_function l(:button_cancel), "hideModal(this);" %>
|
|
</p>
|
|
<% end %>
|