Sha256: f5198446085793701d829160b9beb2255d7837a061bbcb67fae72dc281cc0ddb

Contents?: true

Size: 825 Bytes

Versions: 4

Compression:

Stored size: 825 Bytes

Contents

<!DOCTYPE html>
<html>
  <body>

    <p>
      <a href="<%= @card_url %>"><%= @card.name %></a>
      was just
      <%- if @action=='edited' -%>
        <a href="<%= @change_url %>"><%= @action %></a>
      <%- else -%>
        <%= @action %>
      <%- end -%>
      by <a href="<%= @updater_url %>"><%= @updater %></a>
    </p>

    <%- if @subedits.present? -%> <%#ENGLISH%>
      <p>This update included the following changes:</p>
      <ul>
        <%- @subedits.each do |name, action| -%>
        <li><%= action %> <%= name %></li>
        <%- end -%>
      </ul>
    <%- end -%>

    <p>See the card: <%= @card_url %></p>

    <p>
      You received this email because you're following "<%= @watched %>". <br/>
      <a href="<%= @unwatch_url %>">Unfollow</a> to stop receiving these emails.
    </p>
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wagn-1.13.0 lib/card/mailer/change_notice.html.erb
wagn-1.13.0.pre2 lib/card/mailer/change_notice.html.erb
wagn-1.13.0.pre1 lib/card/mailer/change_notice.html.erb
wagn-1.13.0.pre lib/card/mailer/change_notice.html.erb