##// END OF EJS Templates
Change British English version 'field_effective_date' (#14680, #22315)...
Change British English version 'field_effective_date' (#14680, #22315) en.yml has already changed by r15377 (#14680). git-svn-id: http://svn.redmine.org/redmine/trunk@15406 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10748:ef25210aca92
r15024:979b5f15db88
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 %>