Sha256: 093513354c5fb4a947684e6846ff5eb009b30ffbd994be9fdf042296bcc07372

Contents?: true

Size: 715 Bytes

Versions: 5

Compression:

Stored size: 715 Bytes

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, :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>

Version data entries

5 entries across 5 versions & 2 rubygems

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