Sha256: c3920f85318fabeedc4cc52d65f256cbf70c9297b6092ec7781e3910faca5581

Contents?: true

Size: 896 Bytes

Versions: 18

Compression:

Stored size: 896 Bytes

Contents

<%= 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>

<%  if  subject.subject_type == 'Event' %>
  <% subject.relation_customs.each do |temp| %>
    <%= render :partial => 'toolbar/organizer', :locals => { :subject => subject,:tie=> temp } %>
  <% end %>
  <%= render :partial => 'toolbar/suscribed', :locals => { :subject => subject } %>
<% else %>
  <%= render :partial => 'subjects/contacts', :locals => { :subject => subject } %>
<% end %>

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

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

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
social_stream-0.22.1 base/app/views/toolbar/_profile.html.erb
social_stream-base-0.16.4 app/views/toolbar/_profile.html.erb
social_stream-0.22.0 base/app/views/toolbar/_profile.html.erb
social_stream-base-0.16.3 app/views/toolbar/_profile.html.erb
social_stream-0.21.4 base/app/views/toolbar/_profile.html.erb
social_stream-base-0.16.2 app/views/toolbar/_profile.html.erb
social_stream-0.21.3 base/app/views/toolbar/_profile.html.erb
social_stream-0.21.2 base/app/views/toolbar/_profile.html.erb
social_stream-0.21.1 base/app/views/toolbar/_profile.html.erb
social_stream-base-0.16.1 app/views/toolbar/_profile.html.erb
social_stream-0.21.0 base/app/views/toolbar/_profile.html.erb
social_stream-base-0.16.0 app/views/toolbar/_profile.html.erb
social_stream-0.20.2 base/app/views/toolbar/_profile.html.erb
social_stream-base-0.15.2 app/views/toolbar/_profile.html.erb
social_stream-0.20.1 base/app/views/toolbar/_profile.html.erb
social_stream-base-0.15.1 app/views/toolbar/_profile.html.erb
social_stream-0.20.0 base/app/views/toolbar/_profile.html.erb
social_stream-base-0.15.0 app/views/toolbar/_profile.html.erb