##// END OF EJS Templates
Remove unecessary page title HTML escaping from views (#9252)....
Remove unecessary page title HTML escaping from views (#9252). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7565 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7277:d0f55b1c25a3
r7445:4ecd65c4658c
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 %>