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