##// END OF EJS Templates
scm: git: backout r8839 (#8857)...
scm: git: backout r8839 (#8857) call "git log" only once instead of per branch in fetching revisions. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9142 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8725:60b9e59d1580
r9022:f0987e4b8f01
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 %>