Sha256: 099b5b146ab204ad93e090fb1d36274245fde5050080e577d00d8d0c5984a3e2

Contents?: true

Size: 823 Bytes

Versions: 7

Compression:

Stored size: 823 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 watching "<%= @watched %>". <br/>
      <a href="<%= @unwatch_url %>">Unwatch</a> to stop receiving these emails.
    </p>
  </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wagn-1.12.13 app/views/mailer/change_notice.html.erb
wagn-1.12.12 app/views/mailer/change_notice.html.erb
wagn-1.12.11 app/views/mailer/change_notice.html.erb
wagn-1.12.10 app/views/mailer/change_notice.html.erb
wagn-1.12.9 app/views/mailer/change_notice.html.erb
wagn-1.12.8 app/views/mailer/change_notice.html.erb
wagn-1.12.7 app/views/mailer/change_notice.html.erb