projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use resourceful routes for api messages in/outbox
[rails.git]
/
app
/
views
/
user_mailer
/
diary_comment_notification.html.erb
diff --git
a/app/views/user_mailer/diary_comment_notification.html.erb
b/app/views/user_mailer/diary_comment_notification.html.erb
index 7f9368fe33b038bb25c2e185c7f07d2b8fb917ef..dab4510edb9467538558ce6dec62da05b1c7b4a6 100644
(file)
--- a/
app/views/user_mailer/diary_comment_notification.html.erb
+++ b/
app/views/user_mailer/diary_comment_notification.html.erb
@@
-15,4
+15,7
@@
:commenturl => link_to(@commenturl, @commenturl) + tag.br,
:replyurl => link_to(@replyurl, @replyurl) %>
</p>
:commenturl => link_to(@commenturl, @commenturl) + tag.br,
:replyurl => link_to(@replyurl, @replyurl) %>
</p>
+ <p><%= t ".footer_unsubscribe_html",
+ :unsubscribeurl => link_to(@unsubscribeurl, @unsubscribeurl) %>
+ </p>
<% end %>
<% end %>