Sha256: b76975408f2113b15253b095f2962c9f00748f1f0b09af8fbfd8b14998a23f9c

Contents?: true

Size: 419 Bytes

Versions: 8

Compression:

Stored size: 419 Bytes

Contents

<%= render :partial => 'toolbar/subject' %>

<div class="block space_center">
</div>

<div id="menu_lateral" class="toolbar_menu">
    <%= yield(:toolbar_menu).empty? ? home_toolbar_menu : yield(:toolbar_menu)%>
</div>

<% if defined?(SocialStream::Presence) and SocialStream::Presence.enable %>
  <%= render :partial => 'chat/index' , :locals => {:flow => false } %>
<% end %>

<div class="block space_center">
</div>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
social_stream-0.23.4 base/app/views/toolbar/_home.html.erb
social_stream-base-0.17.3 app/views/toolbar/_home.html.erb
social_stream-0.23.3 base/app/views/toolbar/_home.html.erb
social_stream-base-0.17.2 app/views/toolbar/_home.html.erb
social_stream-0.23.2 base/app/views/toolbar/_home.html.erb
social_stream-base-0.17.1 app/views/toolbar/_home.html.erb
social_stream-0.23.1 base/app/views/toolbar/_home.html.erb
social_stream-base-0.17.0 app/views/toolbar/_home.html.erb