Sha256: 586d92f6a2c28cf6a9099ce106601d0d4fe1b42d09239e31d29d35a0a8627f1f

Contents?: true

Size: 411 Bytes

Versions: 90

Compression:

Stored size: 411 Bytes

Contents

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

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

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

<%= location(link_to(t('message.' + @box), conversations_path(:box => @box),:remote => true)) %>

<% toolbar :option => :messages %>

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

Version data entries

90 entries across 90 versions & 2 rubygems

Version Path
social_stream-base-0.9.11 app/views/conversations/index.html.erb
social_stream-0.9.7 base/app/views/conversations/index.html.erb
social_stream-base-0.9.10 app/views/conversations/index.html.erb
social_stream-0.9.6 base/app/views/conversations/index.html.erb
social_stream-base-0.9.9 app/views/conversations/index.html.erb
social_stream-0.9.5 base/app/views/conversations/index.html.erb
social_stream-base-0.9.8 app/views/conversations/index.html.erb
social_stream-0.9.4 base/app/views/conversations/index.html.erb
social_stream-0.9.3 base/app/views/conversations/index.html.erb
social_stream-base-0.9.7 app/views/conversations/index.html.erb