2020-06-12 15:03:43 -05: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 10:54:35 -05:00
|
|
|
<% content_for :title, t("login.header") %>
|
|
|
|
<% content_for :javascripts do %>
|
2019-12-04 16:22:48 -06:00
|
|
|
<%= javascript_pack_tag 'i18n', 'session_login_page' %>
|
2018-06-21 10:54:35 -05:00
|
|
|
<% end %>
|
|
|
|
<% content_for :stylesheets do %>
|
|
|
|
<%= stylesheet_link_tag 'users/page' %>
|
|
|
|
<% end %>
|
2018-03-25 13:30:42 -04:00
|
|
|
|
2018-06-21 10:54:35 -05:00
|
|
|
<div id="outlet"></div>
|
2018-03-25 13:30:42 -04:00
|
|
|
|
2018-06-21 10:54:35 -05:00
|
|
|
<script>LoadReactPage(document.getElementById('outlet'))</script>
|