13 lines
478 B
Text
Executable file
13 lines
478 B
Text
Executable file
<%- # 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 -%>
|
|
<% content_for :title, t("login.header") %>
|
|
<% content_for :javascripts do %>
|
|
<%= javascript_pack_tag 'i18n', 'session_login_page' %>
|
|
<% end %>
|
|
<% content_for :stylesheets do %>
|
|
<%= stylesheet_link_tag 'users/page' %>
|
|
<% end %>
|
|
|
|
<div id="outlet"></div>
|
|
|
|
<script>LoadReactPage(document.getElementById('outlet'))</script>
|