<%= link_to image_tag(url_to_avatar(@issue.author), :width => 46, :height => 46), user_path(@issue.author), :class => "ping_dispic" %>

<%= @issue.subject %> <%= get_issue_priority(@issue.priority_id)[1] %>


<%= @issue.author %>添加于 <%= format_time(@issue.created_on).html_safe %>
<%= render :partial => 'action_menu' %>
<% if @issue.description? || @issue.attachments.any? -%>
<% if @issue.description? %> <%#= link_to l(:button_quote), quoted_issue_path(@issue.id), :remote => true, :method => 'post', :class => 'icon icon-comment' if authorize_for('issues', 'edit') %> <%= textAreailizable @issue, :description, :attachments => @issue.attachments %> <% end %>
<% end -%> <% if @issue.attachments.any? %>
<%= link_to_attachment_project @issue, :thumbnails => true %>
<%= call_hook(:view_issues_show_description_bottom, :issue => @issue) %>
<% end %> <%= render :partial => 'issues/attributes_show' %>