<%- # 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 -%> <% if current_user %> <% unless current_user.confirmed? %> <%= render 'common/confirm_email_modal' %> <% end %> <% else %> <%= render 'common/choose_role_modal' %> <%= render 'users/signup_modal' %> <%= render 'users/login_modal' %> <% end %> <%= render 'common/confirmation' %>
Loading...
<% if yield(:footer_hidden) != 'hidden' %> <% end %>