Sha256: 8cdaf3805d3634602abd5e677657a3dece188593f948598d6d33fd438e117452
Contents?: true
Size: 365 Bytes
Versions: 2
Compression:
Stored size: 365 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>AuthEng</title> <%= stylesheet_link_tag "auth_eng/application", :media => "all" %> <%= javascript_include_tag "auth_eng/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> <%= link_to "Logout", auth_eng.destroy_user_session_path, :id => 'logout', :method => :delete if current_user %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
auth_eng-0.0.2 | app/views/layouts/auth_eng/application.html.erb |
auth_eng-0.0.1 | app/views/layouts/auth_eng/application.html.erb |