Sha256: 81dafd5c37ef8342e4dab17a52703b6cd27821cd49519928605783701624b8a6

Contents?: true

Size: 536 Bytes

Versions: 8

Compression:

Stored size: 536 Bytes

Contents

<% content_for :title do %>
  <%= current_subject.name %>
<% end %>

<% content_for :headers do %>
  <%= stylesheet_link_tag "messages.css", :media => "screen, projection" %>
<% end %>

<% content_for :sidebar do %>
  <%= render :partial => 'home/sidebar' %>
<% end %>

<%= location(
    link_to(image_tag("btn/btn_notification.png", :class => "menu_icon")+t('notification.other'), notifications_path,:remote => true) +' ('+@mailbox.notifications.not_trashed.unread.count.to_s+')'
) %>

<% toolbar  %>

<%= render :partial => 'index' %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
social_stream-base-0.7.0 app/views/notifications/index.html.erb
social_stream-base-0.6.8 app/views/notifications/index.html.erb
social_stream-base-0.6.6 app/views/notifications/index.html.erb
social_stream-base-0.6.5 app/views/notifications/index.html.erb
social_stream-base-0.6.3 app/views/notifications/index.html.erb
social_stream-base-0.6.2 app/views/notifications/index.html.erb
social_stream-base-0.6.1 app/views/notifications/index.html.erb
social_stream-base-0.6.0 app/views/notifications/index.html.erb