<% if authenticated? %>

Realtime:

ON
  • <%= user.name %> (me)
<% end %>
<%= render :partial => 'shared/filterBox' %>
<% if authenticated? %>
<% end %>
<% if authenticated? %>
<% end %>
<% if user && user.image %> <%= image_tag user.image.url(:thumb), :size => "32x32" %> <% elsif !authenticated? %> SIGN IN <% end %>
<%= render :partial => 'layouts/account' %>