##// END OF EJS Templates
Merged r2818 and r2819 from trunk....
Merged r2818 and r2819 from trunk. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2899 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2767:3d0fbea9fdfd
r2785:88c95e824fc6
Show More
reminder.text.html.rhtml
9 lines | 356 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / reminder.text.html.rhtml
<p><%= l(:mail_body_reminder, @issues.size, @days) %></p>
<ul>
<% @issues.each do |issue| -%>
<li><%=h issue.project %> - <%=link_to("#{issue.tracker} ##{issue.id}", :controller => 'issues', :action => 'show', :id => issue, :only_path => false)%>: <%=h issue.subject %></li>
<% end -%>
</ul>
<p><%= link_to l(:label_issue_view_all), @issues_url %></p>