Sha256: db2fc0d4041c84754328eea852173d38cddf7b52e1816da4614f9c3ea0f5d863

Contents?: true

Size: 783 Bytes

Versions: 16

Compression:

Stored size: 783 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Authentifyd</title>
  <%= stylesheet_link_tag    "authentifyd/application", :media => "all" %>
  <%= javascript_include_tag "authentifyd/application" %>
  <%= csrf_meta_tags %>
  <%= Authentifyd.custom_head_snippet.try(:call).try(:html_safe) %>
</head>
<body class=<%= defined?(@body_class) ? @body_class : nil %>>
  
  <%= render partial: "/layouts/authentifyd/navbar" %>

  <div id="main_page" class='container'>
    <% flash.each do |type, message| %>
      <div class="alert <%= flash_class(type) %> fade in">
        <button class="close" data-dismiss="alert">×</button>
        <%= message %>
      </div>
    <% end %>

    <%= yield %>
  </div>

  <%= Authentifyd.custom_bottom_snippet.try(:call).try(:html_safe) %>
  
</body>
</html>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
authentifyd-0.3.0 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.2.0 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.1.0.6 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.1.0.5 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.1.0.4 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.1.0.3 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.1.0.2 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.1.0.1 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.1.0 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.0.16 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.0.15 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.0.14 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.0.13 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.0.12 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.0.11 app/views/layouts/authentifyd/application.html.erb
authentifyd-0.0.10 app/views/layouts/authentifyd/application.html.erb