Sha256: 218f32efe174cb12f374329115ab1d1567922a954df2d86b6f5b9178560dadcb
Contents?: true
Size: 337 Bytes
Versions: 1
Compression:
Stored size: 337 Bytes
Contents
<%= link_to 'Root', root_path %> <% if user_signed_in? %> <%= "Login as #{current_user.name}" %> <%= link_to 'Logout', destroy_user_session_path, method: :delete %> <%= render_notifications_of current_user, fallback: :default, index_content: :with_attributes %> <% else %> <%= link_to 'Login', new_user_session_path %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activity_notification-0.0.9 | spec/rails_app/app/views/layouts/_header.html.erb |