##// END OF EJS Templates
Display due date in red on overdue issues (#20812)....
Display due date in red on overdue issues (#20812). git-svn-id: http://svn.redmine.org/redmine/trunk@14732 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13661:b778c51e9049
r14350:aeab970972dc
Show More
error.html.erb
8 lines | 205 B | text/plain | TextLexer
Jean-Philippe Lang
Removed unneeded #h calls in views....
r13661 <h2><%= @status %></h2>
Toshi MARUYAMA
set svn:eol-style=native app/views/common/error.html.erb....
r5752
Jean-Philippe Lang
Do not show the paragraph if no message is set....
r7756 <% if @message.present? %>
Jean-Philippe Lang
Removed unneeded #h calls in views....
r13661 <p id="errorExplanation"><%= @message %></p>
Jean-Philippe Lang
Do not show the paragraph if no message is set....
r7756 <% end %>
Jean-Philippe Lang
Hard-coded "Back" on 404 view (#12231)....
r10530 <p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
Toshi MARUYAMA
set svn:eol-style=native app/views/common/error.html.erb....
r5752
Etienne Massip
Remove unecessary page title HTML escaping from views (#9252)....
r7445 <% html_title @status %>