Sha256: 7016021247c60bb895dc1b4381910d21e695631d81364886b79512609a60adb2

Contents?: true

Size: 530 Bytes

Versions: 9

Compression:

Stored size: 530 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>RailsApp</title>
  <%= stylesheet_link_tag :all %>
  <%= javascript_include_tag :defaults %>
  <%= csrf_meta_tag %>
</head>
<body>
  <%= background_status %>
<% if user_signed_in? %>
  <%= 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

9 entries across 9 versions & 3 rubygems

Version Path
governor_livejournal-0.2.1 spec/rails_app/app/views/layouts/application.html.erb
governor_blogger-0.1.2 spec/rails_app/app/views/layouts/application.html.erb
governor_blogger-0.1.1 spec/rails_app/app/views/layouts/application.html.erb
governor_twitter-0.1.2 spec/rails_app/app/views/layouts/application.html.erb
governor_twitter-0.1.1 spec/rails_app/app/views/layouts/application.html.erb
governor_twitter-0.1.0 spec/rails_app/app/views/layouts/application.html.erb
governor_livejournal-0.2.0 spec/rails_app/app/views/layouts/application.html.erb
governor_livejournal-0.1.0 spec/rails_app/app/views/layouts/application.html.erb
governor_blogger-0.1.0 spec/rails_app/app/views/layouts/application.html.erb