##// END OF EJS Templates
not add empty header/footer to notification emails (#13482)...
not add empty header/footer to notification emails (#13482) Contributed by Max Horn. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11721 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10748:ef25210aca92
r11491:19f70c95d1ae
Show More
issue.html.erb
11 lines | 395 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>
Jean-Philippe Lang
Merged ajax_upload branch (#3957)....
r10748 <%= textilizable @notes, :attachments => @attachments, :object => @issue %>
Toshi MARUYAMA
replace tabs to spaces at app/views/previews/issue.html.erb...
r7277 </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>
Jean-Philippe Lang
Merged ajax_upload branch (#3957)....
r10748 <%= textilizable @description, :attachments => @attachments, :object => @issue %>
Toshi MARUYAMA
replace tabs to spaces at app/views/previews/issue.html.erb...
r7277 </fieldset>
Jean-Philippe Lang
Preview description if it was edited while updating an issue (#741)....
r3509 <% end %>