Sha256: 776be083d67942414a5fffa025b73051d9ff6191733f581252001bafce51a6c5

Contents?: true

Size: 580 Bytes

Versions: 2

Compression:

Stored size: 580 Bytes

Contents

<div id="avatar_profile">
  <% if subject == current_subject %>

    <%= link_to image_tag(subject.logo.url(:medium), :alt => subject.name , :size => "150x150", :id => "current_avatar_img"), subject %>    
    <div class="logo_menu logo_caption">    
      <%= link_to t('avatar.profile_change'), polymorphic_path([subject, :profile], section: :avatar)  %>       
    </div>        
  <% else %>
    <%= link_to image_tag(subject.logo.url, :alt => subject.name , :size => "150x150"), subject %>
   <div class= "subject-name">
     <%= subject.name %>
   </div>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
social_stream-2.0.0.beta1 base/app/views/toolbar/_logo.html.erb
social_stream-base-2.0.0.beta1 app/views/toolbar/_logo.html.erb