##// END OF EJS Templates
scm: git: reduce saving heads times in fetching revisions (#8857, #9472)...
scm: git: reduce saving heads times in fetching revisions (#8857, #9472) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9143 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8725:60b9e59d1580
r9023:bcba955456c7
Show More
_new_modal.html.erb
9 lines | 403 B | text/plain | TextLexer
<h3 class="title"><%=l(:label_version_new)%></h3>
<% labelled_remote_form_for @version, :url => project_versions_path(@project) do |f| %>
<%= render :partial => 'versions/form', :locals => { :f => f } %>
<p class="buttons">
<%= submit_tag l(:button_create), :name => nil %>
<%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %>
</p>
<% end %>