|
|
@ -5,12 +5,14 @@
|
|
|
|
<% if @edit_allowed || !@allowed_statuses.empty? %>
|
|
|
|
<% if @edit_allowed || !@allowed_statuses.empty? %>
|
|
|
|
<div id="all_attributes" style="display:none;">
|
|
|
|
<div id="all_attributes" style="display:none;">
|
|
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
|
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
|
|
|
|
|
|
|
<div class="ping_C mb10"></div>
|
|
|
|
<!--<a remote="true" href="javascript:void(0)" class="blue_btn fl" style="margin-left: 80px;margin-bottom: 10px;margin-top: -10px;" onclick="$('#issue-form').submit();">-->
|
|
|
|
<!--<a remote="true" href="javascript:void(0)" class="blue_btn fl" style="margin-left: 80px;margin-bottom: 10px;margin-top: -10px;" onclick="$('#issue-form').submit();">-->
|
|
|
|
<!--<%#= l(:button_submit) %>-->
|
|
|
|
<!--<%#= l(:button_submit) %>-->
|
|
|
|
<!--</a>-->
|
|
|
|
<!--</a>-->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<% end %><!--end-->
|
|
|
|
<% end %><!--end-->
|
|
|
|
<div class="ping_C mb10"></div>
|
|
|
|
|
|
|
|
<!--<fieldset><legend><%#= l(:field_notes) %></legend>-->
|
|
|
|
<!--<fieldset><legend><%#= l(:field_notes) %></legend>-->
|
|
|
|
<!--回复框-->
|
|
|
|
<!--回复框-->
|
|
|
|
<% if @journals.present? %>
|
|
|
|
<% if @journals.present? %>
|
|
|
|