Sha256: 8f5ab537bc254b1bb450561691aef6f8f8f9f4bbe5bd6c2f3fdac26498ebce8e

Contents?: true

Size: 482 Bytes

Versions: 22

Compression:

Stored size: 482 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(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

22 entries across 22 versions & 2 rubygems

Version Path
social_stream-0.9.2 base/app/views/conversations/index.html.erb
social_stream-base-0.9.6 app/views/conversations/index.html.erb
social_stream-base-0.9.5 app/views/conversations/index.html.erb
social_stream-base-0.9.4 app/views/conversations/index.html.erb
social_stream-base-0.9.3 app/views/conversations/index.html.erb
social_stream-base-0.9.2 app/views/conversations/index.html.erb
social_stream-base-0.9.1 app/views/conversations/index.html.erb
social_stream-base-0.9.0 app/views/conversations/index.html.erb
social_stream-base-0.8.2 app/views/conversations/index.html.erb
social_stream-base-0.8.1 app/views/conversations/index.html.erb
social_stream-base-0.8.0 app/views/conversations/index.html.erb
social_stream-base-0.7.11 app/views/conversations/index.html.erb
social_stream-base-0.7.10 app/views/conversations/index.html.erb
social_stream-base-0.7.9 app/views/conversations/index.html.erb
social_stream-base-0.7.8 app/views/conversations/index.html.erb
social_stream-base-0.7.7 app/views/conversations/index.html.erb
social_stream-base-0.7.6 app/views/conversations/index.html.erb
social_stream-base-0.7.5 app/views/conversations/index.html.erb
social_stream-base-0.7.4 app/views/conversations/index.html.erb
social_stream-base-0.7.3 app/views/conversations/index.html.erb