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

Version Path
talkie-0.5.1 app/views/talkie/notifications_mailer/mentioned.html.erb
talkie-0.5.0 app/views/talkie/notifications_mailer/mentioned.html.erb
talkie-0.4.1 app/views/talkie/notifications_mailer/mentioned.html.erb
talkie-0.4.0 app/views/talkie/notifications_mailer/mentioned.html.erb
talkie-0.3.5 app/views/talkie/notifications_mailer/mentioned.html.erb
talkie-0.3.4 app/views/talkie/notifications_mailer/mentioned.html.erb
talkie-0.3.3 app/views/talkie/notifications_mailer/mentioned.html.erb
talkie-0.3.2 app/views/talkie/notifications_mailer/mentioned.html.erb
talkie-0.3.1 app/views/talkie/notifications_mailer/mentioned.html.erb
talkie-0.3.0 app/views/talkie/notifications_mailer/mentioned.html.erb