Skip to content

Instantly share code, notes, and snippets.

@xdite
Created January 28, 2018 02:31
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/e6439b4b5f00a484e03deb702a2b921a to your computer and use it in GitHub Desktop.
Save xdite/e6439b4b5f00a484e03deb702a2b921a to your computer and use it in GitHub Desktop.
<p><%=@user.name %>,您好!</p>
<br />
<p>您有一笔交易订单因为逾时未处理,已于 <%= @time %> 由系统取消交易,订单号为 <%= @order.no %>,</p>
<% if @send_to_seller %>
<p>您的数字货币将解除锁定,并返还到您的钱包里。</p>
<% else %>
<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