##// END OF EJS Templates
replace tabs to spaces at app/views/layouts/admin.html.erb...
replace tabs to spaces at app/views/layouts/admin.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7334 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6573:ddd4ad701543
r7214:f9fb1988f503
Show More
edit.html.erb
7 lines | 253 B | text/plain | TextLexer
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_version)%></h2>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Makes versions resource shallow (#7403)....
r6063 <% labelled_tabular_form_for :version, @version, :url => version_path(@version), :html => {:method => :put} do |f| %>
Jean-Philippe Lang
tables and forms redesign,...
r19 <%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>
Jean-Philippe Lang
Initial commit...
r2