Signed-off-by: alan <547533434@qq.com>

enterprise
alan 11 years ago
parent b9ea3e589e
commit 1602d2e439

@ -1,13 +1,18 @@
<%= "#{issue.tracker.name} ##{issue.project_index}: #{issue.subject}" %>
<%= issue_url %> <%= link_to(h("#{@issue.author}(#{@issue.author.show_name})"), @issue_author_url) %>
* <%=l(:field_author)%>: <%= issue.author %> <%= link_to(h("#{@issue.project.name}"),@project_url) %>中有了一个与您相关的最新活动,请您关注!
* <%=l(:field_status)%>: <%= issue.status %> 标题:<%= link_to(issue.subject, issue_url) %>
* <%=l(:field_priority)%>: <%= issue.priority %> 来源:<%= link_to(h("#{issue.project.name}"),@project_url) %>|&nbsp;项目缺陷<
* <%=l(:field_assigned_to)%>: <%= issue.assigned_to %> 内容:
* <%=l(:field_category)%>: <%= issue.category %> <%= textilizable(issue, :description, :only_path => false) %>
* <%=l(:field_fixed_version)%>: <%= issue.fixed_version %> 附件:
<% issue.custom_field_values.each do |c| %>* <%= c.custom_field.name %>: <%= show_value(c) %>
<% end -%> <% unless @issue.attachments.nil? %>
---------------------------------------- <% @issue.attachments.each do |attach| %>
<%= issue.description %> <%= link_to_attachment(attach, :download => true, :token => @token.value, :only_path => false) %><%= l(:label_added) %>
<% end %>
<% end %>
<%= link_to( "我要回复", issue_url) %>

Loading…
Cancel
Save