Sha256: 3a3ab7f56e3a198c4319b50bad97e137f74c59b87034f547331dd0fc9af81c6c

Contents?: true

Size: 298 Bytes

Versions: 3

Compression:

Stored size: 298 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>G5Authenticatable</title>
  <%= 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

3 entries across 3 versions & 1 rubygems

Version Path
g5_authenticatable-1.1.2.rc.5 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.1.2.rc.4 app/views/layouts/g5_authenticatable/application.html.erb
g5_authenticatable-1.1.2.rc.3 app/views/layouts/g5_authenticatable/application.html.erb