##// END OF EJS Templates
Add basic test for image view (#22482)....
Add basic test for image view (#22482). Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15396 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13116:c2e73160daa7
r15014:d8d23fbb6b23
Show More
_new_modal.html.erb
9 lines | 401 B | text/plain | TextLexer
<h3 class="title"><%= l(:label_add_projects) %></h3>
<%= form_for :membership, :remote => true, :url => user_memberships_path(@principal), :method => :post do |f| %>
<%= render :partial => 'new_form' %>
<p class="buttons">
<%= submit_tag l(:button_add), :name => nil %>
<%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %>
</p>
<% end %>