##// END OF EJS Templates
Added Romanian translation (Csongor Bartus)....
Added Romanian translation (Csongor Bartus). Fixed a typo in en.yml. git-svn-id: http://redmine.rubyforge.org/svn/trunk@779 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r712:74ed14f8a2fb
r768:3e86dde31e97
Show More
issue_add.text.plain.rhtml
3 lines | 186 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_add.text.plain.rhtml
Jean-Philippe Lang
Notifications about issues (add/edit) are now sent in plain text and html....
r712 <%= l(:text_issue_added, "##{@issue.id}") %>
----------------------------------------
<%= render :file => "_issue_text_plain", :use_full_path => true, :locals => { :issue => @issue } %>