@@ -1,12 +1,12 | |||
|
1 | 1 | <% labelled_form_for @issue, :html => {:id => 'issue-form', :multipart => true} do |f| %> |
|
2 | 2 | <%= error_messages_for 'issue', 'time_entry' %> |
|
3 |
|
|
|
3 | <%= render :partial => 'conflict' if @conflict %> | |
|
4 | 4 | <div class="box"> |
|
5 | 5 | <% if @edit_allowed || !@allowed_statuses.empty? %> |
|
6 | 6 | <fieldset class="tabular"><legend><%= l(:label_change_properties) %></legend> |
|
7 |
|
|
|
7 | <div id="all_attributes"> | |
|
8 | 8 | <%= render :partial => 'form', :locals => {:f => f} %> |
|
9 | </div> | |
|
9 | </div> | |
|
10 | 10 | </fieldset> |
|
11 | 11 | <% end %> |
|
12 | 12 | <% if User.current.allowed_to?(:log_time, @project) %> |
General Comments 0
You need to be logged in to leave comments.
Login now