|
|
@ -3,13 +3,12 @@
|
|
|
|
<%= import_ke(enable_at: true, prettify: false, init_activity: false) %>
|
|
|
|
<%= import_ke(enable_at: true, prettify: false, init_activity: false) %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
|
|
<%= labelled_form_for @issue, :html => {:id => 'issue-form', :multipart => true,:remote=>true} do |f| %>
|
|
|
|
<%= labelled_form_for @issue, :html => {:id => 'issue-form', :multipart => true, :remote => true} do |f| %>
|
|
|
|
<%= error_messages_for 'issue', 'time_entry' %>
|
|
|
|
<%= error_messages_for 'issue', 'time_entry' %>
|
|
|
|
<%= render :partial => 'conflict' if @conflict %>
|
|
|
|
<%= render :partial => 'conflict' if @conflict %>
|
|
|
|
<!--编辑的整个属性-->
|
|
|
|
<!--编辑的整个属性-->
|
|
|
|
<div id="all_attributes" >
|
|
|
|
<div id="all_attributes" >
|
|
|
|
<%= render :partial => 'issues/form', :locals => {:f => f} %>
|
|
|
|
<%= render :partial => 'issues/form', :locals => {:f => f} %>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<%# if @journals.present? %>
|
|
|
|
<%# if @journals.present? %>
|
|
|
|
<!--<div id="history">-->
|
|
|
|
<!--<div id="history">-->
|
|
|
|