Sha256: 8d374a177e09ecf5c5bda255225477cc8e2a36c8576226396e7988218b385c58
Contents?: true
Size: 1.07 KB
Versions: 131
Compression:
Stored size: 1.07 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
131 entries across 131 versions & 4 rubygems