##// END OF EJS Templates
Removed #find_project already defined as #find_project_by_project_id in parent class....
Removed #find_project already defined as #find_project_by_project_id in parent class. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8009 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7416:a4c4edacfdf7
r7889:1a28bd8e7e3a
Show More
reminder.text.erb
7 lines | 212 B | text/plain | TextLexer
/ app / views / mailer / reminder.text.erb
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 <%= l(:mail_body_reminder, :count => @issues.size, :days => @days) %>:
Jean-Philippe Lang
Adds a rake task to send reminders. An email is sent to each user with a list of the issues due in the next days, if any....
r1445
<% @issues.each do |issue| -%>
* <%= "#{issue.project} - #{issue.tracker} ##{issue.id}: #{issue.subject}" %>
<% end -%>
<%= @issues_url %>