Sha256: d6c37976b77b0537bbf6ec36b6fdd9fd13eda3cd5622ed525c2ea0a464a45925

Contents?: true

Size: 353 Bytes

Versions: 10

Compression:

Stored size: 353 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) %>
  <%= render :partial => 'xmpp/chat' %>
<% end %>

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

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
social_stream-0.11.8 base/app/views/toolbar/_home.html.erb
social_stream-base-0.9.22 app/views/toolbar/_home.html.erb
social_stream-0.11.7 base/app/views/toolbar/_home.html.erb
social_stream-base-0.9.21 app/views/toolbar/_home.html.erb
social_stream-0.11.6 base/app/views/toolbar/_home.html.erb
social_stream-base-0.9.20 app/views/toolbar/_home.html.erb
social_stream-0.11.5 base/app/views/toolbar/_home.html.erb
social_stream-0.11.4 base/app/views/toolbar/_home.html.erb
social_stream-0.11.3 base/app/views/toolbar/_home.html.erb
social_stream-base-0.9.19 app/views/toolbar/_home.html.erb