Sha256: 652bb02d9cabfa62fb935cfa929a9b870ffae73e950d88b9d78fbbb0b307a1f5
Contents?: true
Size: 564 Bytes
Versions: 8
Compression:
Stored size: 564 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>RailsApp</title> <%= stylesheet_link_tag 'governor-comments' %> <%= javascript_include_tag :defaults, 'governor-comments' %> <%= csrf_meta_tag %> </head> <body> <% if user_signed_in? %> <%= governor_header %> <%= link_to 'new article', new_article_path %> | <%= link_to 'sign out', destroy_user_session_path %> <% else %> <%= link_to 'sign in', new_user_session_path %> | <%= link_to 'sign up', new_user_registration_path %> <% end %> | <%= link_to 'articles', articles_path %> <%= yield %> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems