Skip to content

Instantly share code, notes, and snippets.

@xdite
Created January 28, 2018 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xdite/eaa69e9b926012f3cb5db5c0d7493dd5 to your computer and use it in GitHub Desktop.
Save xdite/eaa69e9b926012f3cb5db5c0d7493dd5 to your computer and use it in GitHub Desktop.
<p><%= @recipient.name %>,您好!</p>
<br />
<p>系统已于 <%= @time %> 取消了您的订单,订单号为 <%= @order.no %></p>
<% if @recipient == @payer %>
<p>您的数字货币将解除锁定,并返还到您的钱包里。</p>
<% end %>
<br />
<p>您可以 <%= link_to "点击这里", offer_order_url(@offer.token, @order.token) %> 查看这笔订单。</p>
<br />
<p>请注意 OTCBTC 绝不会以任何形式询问您的帐户密码和验证码。</p>
<p>本邮件由系统自动生成,无需授权签名,请勿直接回复本邮件。</p>
<p>-----------------------------------------------</p>
<p>官方网站:<a href="https://<%= ENV["APPLICATION_HOST"] %>">https://<%= ENV["APPLICATION_HOST"] %></a></p>
<p>邮箱服务:<a href="mailto:support@otcbtc.com">support@otcbtc.com</a></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment