Sha256: 957536bf63ba88d4311f375f611782a7a7033c213a0aa5aa5026e3f197486055

Contents?: true

Size: 444 Bytes

Versions: 27

Compression:

Stored size: 444 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Dummy</title>
    <%= stylesheet_link_tag    "application", :media => "all" %>
    <%= javascript_include_tag "application" %>
    <%= csrf_meta_tags %>
  </head>
  <body>
    <nav>
      <% if user_signed_in? %>
        You are signed in as <%= current_user.nickname %>
      <% else %>
        You are signed out
      <% end %>
    </nav>
    <%= render_flash %>
    <%= yield %>
  </body>
</html>

Version data entries

27 entries across 27 versions & 4 rubygems

Version Path
two_factor_authentication-2.0.1 spec/rails_app/app/views/layouts/application.html.erb
two_factor_authentication-2.0.0 spec/rails_app/app/views/layouts/application.html.erb
two_factor_authentication-1.1.5 spec/rails_app/app/views/layouts/application.html.erb
two_factor_authentication-1.1.4 spec/rails_app/app/views/layouts/application.html.erb
two_factor_authentication-1.1.3 spec/rails_app/app/views/layouts/application.html.erb
two_factor_authentication-1.1.1 spec/rails_app/app/views/layouts/application.html.erb
two_factor_authentication-1.1 spec/rails_app/app/views/layouts/application.html.erb