Sha256: 0852cea73a9e4453979f1608321e7e0f5b7ae0cdb2810f0cd6b929950b966fc8

Contents?: true

Size: 358 Bytes

Versions: 3

Compression:

Stored size: 358 Bytes

Contents

<%  @title = 'Logout' %>
<%= erb :'template/header' %>

<% if defined? @error %>
  <div class="alert alert-danger"><%= @error %></div>
<% elsif defined? @success %>
  <div class="alert alert-success"><%= @success %></div>
  <script>setTimeout(function() { window.location = '/user/login'; }, 1500);</script>
<% end %>

<%= erb :'template/footer' %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gennaro-0.3.6.5 templates/authentication/views/user/logout.erb
gennaro-0.3.6.4 templates/authentication/views/user/logout.erb
gennaro-0.3.6.3 templates/authentication/views/user/logout.erb