Sha256: 885458347b1c7ddaa599b3052ea0a9d9ffc4ca740d7ee8350860354f52188c9d
Contents?: true
Size: 378 Bytes
Versions: 4
Compression:
Stored size: 378 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>ElsSession</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <% if @els_identity %> <div class='els_logout'> <%= button_to "logout", els_session_destroy_path, :method => :delete %> </div> <% end %> <%= yield %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems