mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:43:24 +08:00
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
|
<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>
|