##// END OF EJS Templates
Added several validates_length_of...
Added several validates_length_of git-svn-id: http://redmine.rubyforge.org/svn/trunk@593 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r560:ff1343882ab9
r590:fcefdb22bfc3
Show More
issue_edit_pt-br.rhtml
7 lines | 315 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_edit_pt-br.rhtml
Jean-Philippe Lang
Swedish mail templates added (Thomas Habets)...
r560 Tarefa #<%= @issue.id %> foi alterada.
<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
<% end %>
<%= @journal.notes if @journal.notes? %>
----------------------------------------
Jean-Philippe Lang
Changed the length of 'language' column in users table from 2 to 5, to allow long language codes like pt-br....
r515 <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>