Sha256: fd0f14e3a58471f3f09d4bed5327cbf218de6d906ffe73a43057ce0e314e88cb
Contents?: true
Size: 512 Bytes
Versions: 3
Compression:
Stored size: 512 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>OmniauthInfinumStandalone</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <div> <% if current_user %> <%= current_user.first_name %> <%= current_user.last_name %> <%= link_to "Logout", logout_path %> <% else %> <%= link_to "Login", login_path %> <% end %> </div> <%= yield %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems