##// END OF EJS Templates
Adds missing option to the Mail Handler test form....
Adds missing option to the Mail Handler test form. git-svn-id: http://svn.redmine.org/redmine/trunk@15561 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10748:ef25210aca92
r15179:03c957670d3c
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 %>