Sha256: 0a29cec7e5966bf39601ccf388e6f35deb6bff2b8a8d4fad705122fd8f8b54fc

Contents?: true

Size: 1.05 KB

Versions: 8

Compression:

Stored size: 1.05 KB

Contents

<div id="logo_index">
  <% if subject == current_subject %>
    <div class="center">
      <span class="title_bold" ><%= subject.name %></span>
      <div class="logo_grid logo_full">
        <%= link_to image_tag(subject.logo.url(:profile), :alt => subject.name , :size => "119x119", :id => "current_avatar_img"), subject %>
        <div class="logo_menu logo_caption">
          <%= link_to t('avatar.profile_change'), avatars_path  %>
        </div>
      </div>        
    </div>        
  <% else %>
    <div class="center"><span class="title_bold" ><%= subject.name %></span></div>
    <%= link_to image_tag(subject.logo.url, :alt => subject.name , :size => "119x119"), subject %>
  <% end %>
</div>
<% if subject.subject_type == 'Event' %>
<%  @founder = Actor.normalize(subject.founder_id) %>
<div id="founder">
  <div id="created"><%=t('actor.created')%></div>
  <div id="thumb"><%= link_to(image_tag(@founder.logo.url(:representation), :width => 20, :height => 20, :class => 'menu_icon', :id=> 'current_user_avatar_img'), @founder.subject  ) %></div>
</div>
<% end %>

Version data entries

8 entries across 8 versions & 2 rubygems

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