Sha256: 42263f0a11f6e03150692b59ad051f62df27c901e528a63f525f1c4cc4be21a5

Contents?: true

Size: 643 Bytes

Versions: 8

Compression:

Stored size: 643 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 } %>
<% end %>
<div class="block space_center">
</div>


Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
social_stream-0.9.7 events/app/views/toolbar/_profile.html.erb
social_stream-0.9.6 events/app/views/toolbar/_profile.html.erb
social_stream-0.9.5 events/app/views/toolbar/_profile.html.erb
social_stream-0.9.4 events/app/views/toolbar/_profile.html.erb
social_stream-0.9.3 events/app/views/toolbar/_profile.html.erb
social_stream-0.9.2 events/app/views/toolbar/_profile.html.erb
social_stream-events-0.0.2 app/views/toolbar/_profile.html.erb
social_stream-events-0.0.1 app/views/toolbar/_profile.html.erb