Sha256: d8635875ac588d91506142b3352e9d8c33b3738bdfa756352e1c71d90e25b806
Contents?: true
Size: 539 Bytes
Versions: 10
Compression:
Stored size: 539 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /> </head> <body> <h4><%= t("talkie.mailers.notifications.headline") %></h4> <p> <%= t("talkie.mailers.notifications.reason", creator: @creator.email) %> </p> <p> <%= t "talkie.mailers.notifications.to_view_conversation_html", link_to: (link_to t("talkie.mailers.notifications.here"), main_app.polymorphic_url(@comment.commentable, anchor: "talkie-comment-#{@comment.id}")) %> </p> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems