2013-02-05 14:16:51 -05:00
|
|
|
<div id='simple-container'>
|
2022-07-29 13:03:11 -04:00
|
|
|
<div class='activate-account'>
|
|
|
|
<h1 class="activate-title"><%= t 'activation.welcome_to', site_name: SiteSetting.title %> <img src="<%= Emoji.url_for("wave") %>" alt="" class="waving-hand"></h1>
|
2014-07-14 12:25:42 -04:00
|
|
|
<br/>
|
2016-07-14 06:40:50 -04:00
|
|
|
<button class='btn btn-primary' id='activate-account-button'><%= t 'activation.action' %></button>
|
2014-07-14 12:25:42 -04:00
|
|
|
|
|
|
|
<%= form_tag(perform_activate_account_path, method: :put, id: 'activate-account-form') do %>
|
2014-07-15 14:07:19 -04:00
|
|
|
<%= hidden_field_tag 'password_confirmation' %>
|
|
|
|
<%= hidden_field_tag 'challenge' %>
|
2013-02-05 14:16:51 -05:00
|
|
|
<% end %>
|
2022-07-29 13:03:11 -04:00
|
|
|
</div>
|
2014-07-14 12:25:42 -04:00
|
|
|
</div>
|
2013-02-25 11:42:20 -05:00
|
|
|
|
2015-01-15 15:56:53 -05:00
|
|
|
<%- content_for(:no_ember_head) do %>
|
2016-04-01 15:59:08 -04:00
|
|
|
<%= render_google_universal_analytics_code %>
|
2020-10-01 19:01:40 -04:00
|
|
|
<%= tag.meta id: 'data-activate-account', data: { path: path('/session/hp') } %>
|
2014-07-15 14:07:19 -04:00
|
|
|
<%- end %>
|
|
|
|
|
2018-10-25 09:52:01 -04:00
|
|
|
<%= preload_script "activate-account" %>
|