Sha256: 1fbdfbe3e62d49ea8676d280320caacb207c16bc6da4a20bd684596ef9407c2f

Contents?: true

Size: 445 Bytes

Versions: 32

Compression:

Stored size: 445 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>G5Authenticatable</title>
  <%= stylesheet_link_tag    "g5_authenticatable/application", :media => "all" %>
  <%= javascript_include_tag "g5_authenticatable/application" %>
  <%= csrf_meta_tags %>
</head>
<body>
<% if flash[:error] -%>
  <p class='error'><%=h flash[:error] %></p>
<% end -%>
<% if flash[:notice] -%>
  <p class='notice'><%=h flash[:notice] %></p>
<% end -%>

<%= yield %>

</body>
</html>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
g5_authenticatable-1.1.4.rc.3 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.1.4.rc.2 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.1.4.rc.1 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.1.2 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.1.2.pre.1 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.1.2.rc.1 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.1.1 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.1.0 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.0.0 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.0.0.pre.4 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.0.0.pre.3 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.0.0.pre.2 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.0.0.pre.1 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-0.9.1.pre.2 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-0.8.1.pre app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-0.8.0 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-0.8.0.beta1 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-0.7.5 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-0.7.5.beta app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-0.7.4 app/views/layouts/g5_authenticatable/application.html.erb