2013-02-05 13:16:51 -06:00
|
|
|
<div id="simple-container">
|
2015-02-19 17:28:38 -06:00
|
|
|
<%if @error%>
|
2013-02-05 13:16:51 -06:00
|
|
|
<div class='alert alert-error'>
|
2015-02-19 17:28:38 -06:00
|
|
|
<%= @error %>
|
2013-02-05 13:16:51 -06:00
|
|
|
</div>
|
|
|
|
<%end%>
|
2019-04-30 01:58:18 -05:00
|
|
|
<% if @user.present? and @user.errors.present? %>
|
2013-02-05 13:16:51 -06:00
|
|
|
<div class='alert alert-error'>
|
|
|
|
<% @user.errors.full_messages.each do |msg| %>
|
|
|
|
<li><%= msg %></li>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
|
2017-06-12 12:50:30 -05:00
|
|
|
<% content_for :title do %><%=t "password_reset.title" %> - <%= SiteSetting.title %><% end %>
|
2017-01-31 14:42:12 -06:00
|
|
|
|
2016-01-04 10:48:54 -06:00
|
|
|
<%- content_for(:no_ember_head) do %>
|
2016-12-18 18:01:58 -06:00
|
|
|
<meta name="referrer" content="never">
|
2017-04-17 11:30:20 -05:00
|
|
|
<%= preload_script "ember_jquery" %>
|
2016-04-01 14:59:08 -05:00
|
|
|
<%= render_google_universal_analytics_code %>
|
2016-01-04 10:48:54 -06:00
|
|
|
<%- end %>
|
|
|
|
|
2017-01-31 14:42:12 -06:00
|
|
|
<%- content_for(:head) do %>
|
|
|
|
<meta name="referrer" content="never">
|
|
|
|
<%- end %>
|