Sha256: 10fc4b123f059082ddc575b825ca4fd16e808bdc1a6fd56cfe05a2026065bab2

Contents?: true

Size: 262 Bytes

Versions: 2

Compression:

Stored size: 262 Bytes

Contents

<%%= form_tag rodauth.logout_path, method: :post do %>
<% if Rodauth::MAJOR == 2 -%>
  <%%= render "global_logout_field" if rodauth.features.include?(:active_sessions) %>
<% end -%>
  <%%= render "submit", value: "Logout", class: "btn btn-warning" %>
<%% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rodauth-rails-0.1.2 lib/generators/rodauth/templates/app/views/rodauth/logout.html.erb
rodauth-rails-0.1.1 lib/generators/rodauth/templates/app/views/rodauth/logout.html.erb