|
|
@ -15,8 +15,9 @@
|
|
|
|
<%= render :partial => 'history', :locals => {:issue => @issue, :journals => @journals} %>
|
|
|
|
<%= render :partial => 'history', :locals => {:issue => @issue, :journals => @journals} %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<fieldset><legend>说明</legend>
|
|
|
|
<%= f.text_area :notes, :style => "width:99%;", :rows => "5", :no_label => true %>
|
|
|
|
<%= f.text_area :notes, :style => "width:99%;", :rows => "5", :no_label => true %>
|
|
|
|
|
|
|
|
</fieldset>
|
|
|
|
<!--<%# if @issue.safe_attribute? 'private_notes' %>-->
|
|
|
|
<!--<%# if @issue.safe_attribute? 'private_notes' %>-->
|
|
|
|
<!--<label for="issue_private_notes"><%#= f.check_box :private_notes, :no_label => true %> <%#= l(:field_private_notes) %></label>-->
|
|
|
|
<!--<label for="issue_private_notes"><%#= f.check_box :private_notes, :no_label => true %> <%#= l(:field_private_notes) %></label>-->
|
|
|
|
<!--<%# end %>-->
|
|
|
|
<!--<%# end %>-->
|
|
|
@ -25,7 +26,7 @@
|
|
|
|
<!--</fieldset>-->
|
|
|
|
<!--</fieldset>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!--<fieldset><legend><%#= l(:label_attachment_plural) %></legend>-->
|
|
|
|
<!--<fieldset><legend><%#= l(:label_attachment_plural) %></legend>-->
|
|
|
|
<p style="padding-top: 5px;"><%= render :partial => 'attachments/form', :locals => {:container => @issue} %>
|
|
|
|
<!--<p style="padding-top: 5px;"><%= render :partial => 'attachments/new_form', :locals => {:container => @issue} %>-->
|
|
|
|
<!--</fieldset>-->
|
|
|
|
<!--</fieldset>-->
|
|
|
|
|
|
|
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="cl"></div>
|
|
|
|