parent
1602d2e439
commit
ade0720331
@ -1,11 +1,2 @@
|
|||||||
<%= link_to(h("#{@issue.author}"+"(#{@issue.author_id.firstname+@issue.author_id.lastname})"), @issue_author_url) %>在<%= link_to(h("#{@issue.project.name}"),@project_url) %>
|
|
||||||
<%#= l(:text_issue_added, :id => "##{@issue.project_index}", :author => @issue.author) %> !-->
|
|
||||||
<%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %>
|
|
||||||
<% @issue.attachments.each do |attach| %>
|
|
||||||
<%= link_to_attachment(attach, :download => true, :token => @token.value, :only_path => false) %> <%= l(:label_added) %>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
----------------------------------------
|
|
||||||
<%= link_to( "我要回复", @issue_url) %>
|
|
||||||
<%#= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %>
|
|
||||||
|
|
||||||
|
<%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %>
|
||||||
|
Loading…
Reference in new issue