To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / mailer / _issue.text.erb @ 914:af7a3f452778

History | View | Annotate | Download (498 Bytes)

1
<%= "#{issue.tracker.name} ##{issue.id}: #{issue.subject}" %>
2
<%= issue_url %>
3

    
4
<%=l(:field_author)%>: <%= issue.author %>
5
<%=l(:field_status)%>: <%= issue.status %>
6
<%=l(:field_priority)%>: <%= issue.priority %>
7
<%=l(:field_assigned_to)%>: <%= issue.assigned_to %>
8
<%=l(:field_category)%>: <%= issue.category %>
9
<%=l(:field_fixed_version)%>: <%= issue.fixed_version %>
10
<% issue.custom_field_values.each do |c| %><%= c.custom_field.name %>: <%= show_value(c) %>
11
<% end %>
12

    
13
<%= issue.description %>