##// END OF EJS Templates
Do not hide estimated_hours when field is not disabled (#24015)....
Do not hide estimated_hours when field is not disabled (#24015). git-svn-id: http://svn.redmine.org/redmine/trunk@15906 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13661:b778c51e9049
r15524:7154c6f598cb
Show More
error.html.erb
8 lines | 205 B | text/plain | TextLexer
<h2><%= @status %></h2>
<% if @message.present? %>
<p id="errorExplanation"><%= @message %></p>
<% end %>
<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
<% html_title @status %>