mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
12 lines
311 B
Text
12 lines
311 B
Text
<div id="simple-container">
|
|
<%if flash[:error]%>
|
|
<div class='alert alert-error'>
|
|
<%=flash[:error]%>
|
|
</div>
|
|
<%else%>
|
|
<h2><%= t 'change_email.confirmed' %></h2>
|
|
<p>
|
|
<%= raw t('change_email.please_continue', link: link_to(SiteSetting.title, root_path)) %>
|
|
</p>
|
|
<%end%>
|
|
</div>
|