Sha256: 10e4a84906850f39b3f133b7695ef6593db951a16b055fdddb290e3baa214552

Contents?: true

Size: 473 Bytes

Versions: 5

Compression:

Stored size: 473 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)
) %>

<% toolbar  %>

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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
social_stream-base-0.5.2 app/views/notifications/index.html.erb
social_stream-base-0.5.1 app/views/notifications/index.html.erb
social_stream-base-0.5.0 app/views/notifications/index.html.erb
social_stream-0.4.6 app/views/notifications/index.html.erb
social_stream-0.4.5 app/views/notifications/index.html.erb