Index: reminder.text.html.rhtml
===================================================================
--- reminder.text.html.rhtml (revision 2769)
+++ reminder.text.html.rhtml (working copy)
@@ -2,7 +2,7 @@
<% @issues.each do |issue| -%>
- - <%=h "#{issue.project} - #{issue.tracker} ##{issue.id}: #{issue.subject}" %>
+ - <%=h "#{issue.project} - #{issue.tracker} #"%><%=link_to(issue.id, :controller => 'issues', :action => 'show', :id => issue, :only_path => false)%><%=h": #{issue.subject}" %>
<% end -%>