2020-06-12 20:03:43 +00:00
|
|
|
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
|
|
|
|
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
|
2018-06-21 15:54:35 +00:00
|
|
|
<% content_for :title, t("login.header") %>
|
|
|
|
<% content_for :javascripts do %>
|
2019-12-04 22:22:48 +00:00
|
|
|
<%= javascript_pack_tag 'i18n', 'session_login_page' %>
|
2018-06-21 15:54:35 +00:00
|
|
|
<% end %>
|
|
|
|
<% content_for :stylesheets do %>
|
|
|
|
<%= stylesheet_link_tag 'users/page' %>
|
|
|
|
<% end %>
|
2018-03-25 17:30:42 +00:00
|
|
|
|
2018-06-21 15:54:35 +00:00
|
|
|
<div id="outlet"></div>
|
2018-03-25 17:30:42 +00:00
|
|
|
|
2018-06-21 15:54:35 +00:00
|
|
|
<script>LoadReactPage(document.getElementById('outlet'))</script>
|