##// END OF EJS Templates
ProjectsController#add_news moved to NewsController#new....
ProjectsController#add_news moved to NewsController#new. Preview added when adding/editing a news (#590). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1111 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r962:6d9490ddcc9c
r1097:1ecef3a95ae0
Show More
issue_edit.text.plain.rhtml
8 lines | 339 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_edit.text.plain.rhtml
<%= l(:text_issue_updated, "##{@issue.id}") %>
<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
<% end %>
<%= @journal.notes if @journal.notes? %>
----------------------------------------
<%= render :partial => "issue_text_plain", :locals => { :issue => @issue, :issue_url => @issue_url } %>