Sha256: 2eaf0b2e14d91bbb2fafebb175435c7b3fe0b1f9ee8461b833ef2e993f4f4f47

Contents?: true

Size: 579 Bytes

Versions: 60

Compression:

Stored size: 579 Bytes

Contents

<% representations = current_user.represented.unshift(current_user) - [current_subject] %>
<% unless representations.empty? %>
<li>
  <%= link_to t('representation.switch'), "javascript:;", :class=>"session_change" %>
  <ul>
    <% representations.each do |representation| %>
    <li>
      <%= link_to truncate_name(representation.name, :length => 15), { :s => representation.slug }, { :style => "background: transparent url('#{ image_path representation.logo.url(:representation)}') no-repeat left center;margin-left:2px;" } %>
    </li>
    <% end %>
  </ul>
</li>
<% end %> 

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
social_stream-0.16.1 base/app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-base-0.11.0 app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-0.15.8 base/app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-base-0.10.11 app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-0.15.7 base/app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-base-0.10.10 app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-0.15.6 base/app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-base-0.10.9 app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-0.15.5 base/app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-base-0.10.8 app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-0.15.4 base/app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-base-0.10.7 app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-0.15.1 base/app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-0.15.0 base/app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-base-0.10.6 app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-0.14.1 base/app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-base-0.10.5 app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-0.14.0 base/app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-base-0.10.4 app/views/layouts/_header_dropdown_menu_sessions.html.erb
social_stream-0.13.3 base/app/views/layouts/_header_dropdown_menu_sessions.html.erb