Sha256: 77be6187ad066fa6fa67506e15ffb0bccd566cbd4ca6117a5d91321af4b4ffa1

Contents?: true

Size: 799 Bytes

Versions: 5

Compression:

Stored size: 799 Bytes

Contents

<ul class="menu">

<%= menu_options[:notifications] || capture do %>
  <%= render :partial =>'toolbar/notifications_menu'%>
<% end %>

<%= menu_options[:messages] || capture do %>
  <%= render :partial =>'toolbar/message_menu'%>
<% end %>

<%= menu_options[:contacts] || capture do %>
  <li>
    <%= link_to( image_tag("btn/btn_friend.png", :class => "menu_icon")+t('contact.other'), '#', :id => "contacts_menu") %>
    <ul>
    <% current_subject.relation_customs.sort.each do |r| %>
      <li>
      <%= link_to image_tag("btn/btn_friend.png", :class => "menu_icon") + r.name , contacts_path(:relation => r.id) %>
      </li>
    <% end %>
    </ul>
  </li>
<% end %>

<%= menu_options[:subjects] || capture do %>
  <%= render :partial => 'toolbar/home_menu_options_subjects' %>
<% end %>

</ul>

Version data entries

5 entries across 5 versions & 2 rubygems

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