Sha256: 0f30b979730222a6c4a2fa06c744be536e9ab627584b0fdb53fb7a067e8c9bd2

Contents?: true

Size: 505 Bytes

Versions: 7

Compression:

Stored size: 505 Bytes

Contents

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

<div id="menu_lateral">
  <ul class="menu">
    <% unless subject == current_subject %>
      <%= render :partial => "toolbar/profile_menu_tie_options", :locals => { :subject => subject } %>
    <% end %>

    <%= render :partial => "toolbar/profile_menu_basic_options", :locals => { :subject => subject } %>
  </ul>
</div>
<div class="space_center"></div>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
social_stream-base-0.6.1 app/views/toolbar/_profile_menu.html.erb
social_stream-base-0.6.0 app/views/toolbar/_profile_menu.html.erb
social_stream-base-0.5.2 app/views/toolbar/_profile_menu.html.erb
social_stream-base-0.5.1 app/views/toolbar/_profile_menu.html.erb
social_stream-base-0.5.0 app/views/toolbar/_profile_menu.html.erb
social_stream-0.4.6 app/views/toolbar/_profile_menu.html.erb
social_stream-0.4.5 app/views/toolbar/_profile_menu.html.erb