houdini/app/views/devise/sessions/new.html.erb

12 lines
447 B
Text
Raw Normal View History

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 %>
2021-04-06 22:23:39 +00:00
<%= javascript_packs_with_chunks_tag 'i18n', 'user-signin-bundle' %>
2018-06-21 15:54:35 +00:00
<% end %>
<% content_for :stylesheets do %>
<%= stylesheet_link_tag 'users/page' %>
<% end %>
2020-06-22 23:20:29 +00:00
<%= react_component('SessionLoginPage', {}) %>