##// END OF EJS Templates
proper language setting for mail notifications...
proper language setting for mail notifications git-svn-id: http://redmine.rubyforge.org/svn/trunk@200 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r181:845460b16525
r197:90c7cf9763bd
Show More
edit.rhtml
6 lines | 199 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_issue_category)%></h2>
<% form_tag({:action => 'edit', :id => @category}, :class => "tabular") do %>
<%= render :partial => 'form' %>
<%= submit_tag l(:button_save) %>
<% end %>