nccu-news/app/views/email/rejection_email.html.erb

3 lines
234 B
Plaintext
Raw Normal View History

<h3>Hello <%= @data["name"] %>,</h3>
2015-11-13 14:05:29 +00:00
<p>Your news has been rejected<%= @data["reason"].nil? || @data["reason"] == "" ? "." : ", because #{@data["reason"]}" %></p>
<a href="<%= @data['url'] %>" > Please click here to view the news.</a>