##// END OF EJS Templates
Merge issue and time entry validation error messages....
Jean-Philippe Lang -
r3551:f77e5d093a0f
parent child
Show More
@@ -4,8 +4,7
4 :class => nil,
4 :class => nil,
5 :method => :put,
5 :method => :put,
6 :multipart => true} do |f| %>
6 :multipart => true} do |f| %>
7 <%= error_messages_for 'issue' %>
7 <%= error_messages_for 'issue', 'time_entry' %>
8 <%= error_messages_for 'time_entry' %>
9 <div class="box">
8 <div class="box">
10 <% if @edit_allowed || !@allowed_statuses.empty? %>
9 <% if @edit_allowed || !@allowed_statuses.empty? %>
11 <fieldset class="tabular"><legend><%= l(:label_change_properties) %>
10 <fieldset class="tabular"><legend><%= l(:label_change_properties) %>
General Comments 0
You need to be logged in to leave comments. Login now