Sha256: 4c0bf7fc99a1d54773ad56cb0bed27fff36680148db86d769598ff10766692d1

Contents?: true

Size: 850 Bytes

Versions: 6

Compression:

Stored size: 850 Bytes

Contents

<!DOCTYPE html>
<html lang="<%=I18n.locale%>">
  <head>
    <%= render partial: "layouts/head" %>
    <%= stylesheet_link_tag "devise/sessions.css", media: :all, data: {'turbo-track': 'reload'} %>
    <%= javascript_include_tag "devise/sessions.js", defer: true, data: {'turbo-track': 'reload'} %>
  </head>
  <body>
    <link rel="apple-touch-icon" href="apple-touch-icon.png">
    <%- unless flash.blank? %>
      <%= render partial: 'shared/flash' %>
    <%-end%>
    <div class="jumbotron">
      <div class="container">
        <div class="contained">
          <div class="logos">
            <%=render partial: 'layouts/logos'%>
          </div>
          <%= yield %>
        </div>
      </div>
      <%= render 'layouts/footer' %>
    </div>
    <div id="appversion"><%=Rails.root.join(*"version").existence&.read%></div>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
thecore_ui_commons-3.2.16 app/views/layouts/devise/sessions.html.erb
thecore_ui_commons-3.2.15 app/views/layouts/devise/sessions.html.erb
thecore_ui_commons-3.2.14 app/views/layouts/devise/sessions.html.erb
thecore_ui_commons-3.2.13 app/views/layouts/devise/sessions.html.erb
thecore_ui_commons-3.2.12 app/views/layouts/devise/sessions.html.erb
thecore_ui_commons-3.2.11 app/views/layouts/devise/sessions.html.erb