Mercurial > hg > soundsoftware-site
view app/views/mailer/.svn/text-base/_issue_text_plain.rhtml.svn-base @ 299:defe55be97b9 feature_73
Do not show external checkbox/field until the repo has been automatically populated
Pull external Hg as well as git and svn repos
Some textual changes
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 24 Mar 2011 15:48:36 +0000 |
parents | 513646585e45 |
children | 051f544170fe |
line wrap: on
line source
<%= "#{issue.tracker.name} ##{issue.id}: #{issue.subject}" %> <%= issue_url %> <%=l(:field_author)%>: <%= issue.author %> <%=l(:field_status)%>: <%= issue.status %> <%=l(:field_priority)%>: <%= issue.priority %> <%=l(:field_assigned_to)%>: <%= issue.assigned_to %> <%=l(:field_category)%>: <%= issue.category %> <%=l(:field_fixed_version)%>: <%= issue.fixed_version %> <% issue.custom_values.each do |c| %><%= c.custom_field.name %>: <%= show_value(c) %> <% end %> <%= issue.description %>