Sha256: 67ace11e4aae7fe31f8418e319e7b376169a84e890f6b820d7f8b93da4d28606

Contents?: true

Size: 916 Bytes

Versions: 8

Compression:

Stored size: 916 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 , :group => @group } %>
<% end %>

Version data entries

8 entries across 8 versions & 2 rubygems

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