##// END OF EJS Templates
replace Mailer deliver syntax to Rails3 style at reminders method of mailer model...
replace Mailer deliver syntax to Rails3 style at reminders method of mailer model git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9662 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7277:d0f55b1c25a3
r9479:804864beca1c
Show More
issue.html.erb
11 lines | 397 B | text/plain | TextLexer
Jean-Philippe Lang
Preview description if it was edited while updating an issue (#741)....
r3509 <% if @notes %>
Toshi MARUYAMA
replace tabs to spaces at app/views/previews/issue.html.erb...
r7277 <fieldset class="preview"><legend><%= l(:field_notes) %></legend>
<%= textilizable @notes, :attachments => @attachements, :object => @issue %>
</fieldset>
Jean-Philippe Lang
Preview description if it was edited while updating an issue (#741)....
r3509 <% end %>
<% if @description %>
Toshi MARUYAMA
replace tabs to spaces at app/views/previews/issue.html.erb...
r7277 <fieldset class="preview"><legend><%= l(:field_description) %></legend>
<%= textilizable @description, :attachments => @attachements, :object => @issue %>
</fieldset>
Jean-Philippe Lang
Preview description if it was edited while updating an issue (#741)....
r3509 <% end %>