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 / reminder.text.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (212 Bytes)

1
<%= l(:mail_body_reminder, :count => @issues.size, :days => @days) %>:
2

    
3
<% @issues.each do |issue| -%>
4
* <%= "#{issue.project} - #{issue.tracker} ##{issue.id}: #{issue.subject}" %>
5
<% end -%>
6

    
7
<%= @issues_url %>