houdini/app/views/onboard/index.html.erb

8 lines
228 B
Text
Raw Normal View History

<% content_for :title, t("registration.get_started.header") %>
<% content_for :javascripts do %>
2020-06-22 23:10:02 +00:00
<%= javascript_pack_tag 'loading_indicator', 'i18n', 'application' %>
<% end %>
2020-06-22 23:10:02 +00:00
<%= react_component('RegistrationPage', {}) %>