Sha256: 6e668565de55a67edc049805d10dbdfb3547be38e0c52a9b9ad998baf0d55336

Contents?: true

Size: 575 Bytes

Versions: 4

Compression:

Stored size: 575 Bytes

Contents

<% content_for :headers do %>
<%= stylesheet_link_tag "menu", :media => "screen, projection" %>
<%= javascript_include_tag 'menu' %>
<% end %>

<%= render :partial => 'toolbar/logo', :locals => { :subject => subject } %>

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

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

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

<%= render :partial => 'subjects/contacts', :locals => { :subject => subject } %>

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
social_stream-base-0.6.8 app/views/toolbar/_profile.html.erb
social_stream-base-0.6.6 app/views/toolbar/_profile.html.erb
social_stream-base-0.6.5 app/views/toolbar/_profile.html.erb
social_stream-base-0.6.3 app/views/toolbar/_profile.html.erb