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

File last commit:

r7109:d85f21a9168b
r7210:a3ab49e92d32
Show More
edit.html.erb
10 lines | 408 B | text/plain | TextLexer
Jean-Philippe Lang
Administration panel breadcrumbs (#3314)....
r2707 <h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> &#187; <%=h @enumeration %></h2>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% form_tag({:action => 'update', :id => @enumeration}, :class => "tabular") do %>
Jean-Philippe Lang
Initial commit...
r2 <%= render :partial => 'form' %>
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <%= submit_tag l(:button_save) %>
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% end %>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% form_tag({:action => 'destroy', :id => @enumeration}) do %>
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <%= submit_tag l(:button_delete) %>
Toshi MARUYAMA
add newline at end of app/views/enumerations/edit.html.erb...
r7109 <% end %>