mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: login by a link from email
Co-authored-by: tgxworld <tgx@discourse.org>
This commit is contained in:
committed by
Guo Xiang Tan
parent
f9280617d0
commit
03b3e57a44
17
app/views/session/email_login.html.erb
Normal file
17
app/views/session/email_login.html.erb
Normal file
@@ -0,0 +1,17 @@
|
||||
<%if @error%>
|
||||
<div class='alert alert-error'>
|
||||
<%= @error %>
|
||||
</div>
|
||||
<%end%>
|
||||
|
||||
<% content_for :title do %><%=t "email_login.title" %><% end %>
|
||||
|
||||
<%- content_for(:no_ember_head) do %>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<%= preload_script "ember_jquery" %>
|
||||
<%= render_google_universal_analytics_code %>
|
||||
<%- end %>
|
||||
|
||||
<%- content_for(:head) do %>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<%- end %>
|
||||
Reference in New Issue
Block a user