Sha256: da7a456b48870aa991710dea2e90a588fbb8997a59fc4151d30a4261d5568f19
Contents?: true
Size: 517 Bytes
Versions: 1
Compression:
Stored size: 517 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: :simple %> <%= render_notifications_of current_user, fallback: :default, index_content: :with_attributes %> <%#= render_notifications_of current_user, fallback: :default, index_content: :none %> <% 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.10 | spec/rails_app/app/views/layouts/_header.html.erb |