[openstreetmap/openstreetmap-website] Dressed up notification mails (#1401)
Hervé Saint-Amand
notifications at github.com
Sat Jan 28 23:30:40 UTC 2017
saintamh commented on this pull request.
> + link_to(
+ display_name,
+ user_url(display_name, :host => SERVER_URL),
+ :target => "_blank",
+ :style => "text-decoration: none; color: #222; font-weight: bold"
+ )
+ end
+
+ def message_body(&block)
+ render(
+ :partial => "message_body",
+ :locals => { :body => capture(&block) }
+ )
+ end
+
+ def apply_inline_css(html)
Makes sense -- done.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1401
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20170128/416b9b93/attachment.html>
More information about the rails-dev
mailing list