|
|
|
@ -32,9 +32,9 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pro_pic_box mb10">
|
|
|
|
|
<a href="javascript:void(0)" class="link_img fl"><span class="pic_img fl"></span>
|
|
|
|
|
<a href="javascript:void(0)" class="link_img fl">
|
|
|
|
|
<!--显示附件、图片-->
|
|
|
|
|
<%= link_to_attachments @issue, :thumbnails => true %></a><br />
|
|
|
|
|
<%= link_to_attachment_project @issue, :thumbnails => true %></a><br />
|
|
|
|
|
<% end -%>
|
|
|
|
|
<%= call_hook(:view_issues_show_description_bottom, :issue => @issue) %>
|
|
|
|
|
</div><!--pro_pic_box end-->
|
|
|
|
@ -77,7 +77,7 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<% unless @issue.disabled_core_fields.include?('done_ratio') %>
|
|
|
|
|
<li><p class="label02" > % 完成 : </p><span class="pro_info_p"><%= progress_bar(@issue.done_ratio, :width => '80px', :legend => "#{@issue.done_ratio}%") %></span>
|
|
|
|
|
<li><p class="label02" > % 完成 : </p><span class="pro_info_p"><%= progress_bar(@issue.done_ratio, :width => '0px', :legend => "#{@issue.done_ratio}%") %></span>
|
|
|
|
|
</li>
|
|
|
|
|
<% end %>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|