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/1ab04195fc2755f3390f305ba9ab5eb0 to your computer and use it in GitHub Desktop.
Save xdite/1ab04195fc2755f3390f305ba9ab5eb0 to your computer and use it in GitHub Desktop.
<p><%= @payee.name %>,您好!</p>
<br />
<p><%= @payer.name %> 已于 <%= @time %> 确认款项入帐,并释放数字货币,订单号为 <%= @order.no %>,</p>
<% if @order.fee_payer?(@payee) %>
<p>此笔订单的交易金额为 <%= @order.crypto_currency_amount.to_floored(@order.currency) %> - <%= @order.fee.to_floored(@order.currency) %> (交易手续费) = <%= (@order.crypto_currency_amount - @order.fee).to_floored(@order.currency) %> <%= @order.human_currency %> </p>
<% else %>
<p>此笔订单的交易金额为 <%= @order.crypto_currency_amount.to_floored(@order.currency) %> <%= @order.human_currency %> </p>
<% end %>
<br />
<p>您可以 <%= link_to "点击这里", account_wallets_url %> 查看您在 OTCBTC 上的钱包余额,并对卖家做出评价。</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