diff options
Diffstat (limited to 'app/views/mailer/attachments_added.text.html.rhtml')
-rw-r--r-- | app/views/mailer/attachments_added.text.html.rhtml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/mailer/attachments_added.text.html.rhtml b/app/views/mailer/attachments_added.text.html.rhtml index 9bb30db1d..d2355b1c4 100644 --- a/app/views/mailer/attachments_added.text.html.rhtml +++ b/app/views/mailer/attachments_added.text.html.rhtml @@ -1,7 +1,5 @@ -<%= link_to @added_to, @url %><br /> +<%= link_to @added_to, @added_to_url %><br /> <ul><% @attachments.each do |attachment | %> <li><%= attachment.filename %></li> <% end %></ul> -<hr /> -<small><em><%= textilizable Setting.emails_footer %></em></small> |