Sha256: af482ee0c42ba51c7282145835dfb3e95b0d0568b1d9098ed25bb041f81b16aa

Contents?: true

Size: 599 Bytes

Versions: 13

Compression:

Stored size: 599 Bytes

Contents

<% content_for :title do %>
  <%=t('message.other')%>
<% end %>

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

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

<% content_for :javascript do %>
  $('.pagination a').attr('data-remote', 'true');
<% end %>

<%= location(
    link_to(image_tag("btn/message_" + @box + ".png", :class => "menu_icon")+t('message.' + @box), conversations_path(:box => @box),:remote => true)
) %>

<% toolbar :option => :messages %>

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

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
social_stream-base-0.7.0 app/views/conversations/index.html.erb
social_stream-base-0.6.8 app/views/conversations/index.html.erb
social_stream-base-0.6.6 app/views/conversations/index.html.erb
social_stream-base-0.6.5 app/views/conversations/index.html.erb
social_stream-base-0.6.3 app/views/conversations/index.html.erb
social_stream-base-0.6.2 app/views/conversations/index.html.erb
social_stream-base-0.6.1 app/views/conversations/index.html.erb
social_stream-base-0.6.0 app/views/conversations/index.html.erb
social_stream-base-0.5.2 app/views/conversations/index.html.erb
social_stream-base-0.5.1 app/views/conversations/index.html.erb
social_stream-base-0.5.0 app/views/conversations/index.html.erb
social_stream-0.4.6 app/views/conversations/index.html.erb
social_stream-0.4.5 app/views/conversations/index.html.erb