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

Version Path
governor_comments-0.2.7 spec/rails_app/app/views/layouts/application.html.erb
governor_comments-0.2.6 spec/rails_app/app/views/layouts/application.html.erb
governor_comments-0.2.5 spec/rails_app/app/views/layouts/application.html.erb
governor_comments-0.2.4 spec/rails_app/app/views/layouts/application.html.erb
governor_comments-0.2.3 spec/rails_app/app/views/layouts/application.html.erb
governor_comments-0.2.2 spec/rails_app/app/views/layouts/application.html.erb
governor_comments-0.2.1 spec/rails_app/app/views/layouts/application.html.erb
governor_comments-0.2.0 spec/rails_app/app/views/layouts/application.html.erb