mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
13 lines
318 B
Text
13 lines
318 B
Text
<div id='main' class=<%= classes %>>
|
|
|
|
<div class='header-instructions'>%{header_instructions}</div>
|
|
|
|
<% if message.present? %>
|
|
<div><%= message %></div>
|
|
<% end %>
|
|
|
|
<hr>
|
|
<div class='footer'>%{respond_instructions}</div>
|
|
<div class='footer'>%{unsubscribe_link}%{unsubscribe_via_email_link}</div>
|
|
|
|
</div>
|