Sha256: 226ae0e8f800ea6b9dc9186541c0b800e1fe09958afb5cd188bb2a1baa59a2ee

Contents?: true

Size: 796 Bytes

Versions: 14

Compression:

Stored size: 796 Bytes

Contents

<div class="dropdown">

  <%= link_to '#', class: 'dropdown-toggle', "data-toggle" => "dropdown" do %>
    <i class='icon_navbar-settings'></i> 
  <% end %>

  <ul class="dropdown-menu">
    <%= render :partial => 'layouts/header_dropdown_menu_sessions'%>

    <li>
      <%= link_to t('dropdown.notifications'), notifications_path, :id => "btn_menu_settings" %>
    </li>

    <li>
      <%= link_to t('dropdown.settings'), settings_path, :id => "btn_menu_settings" %>
    </li>

    <% if SocialStream.relation_model == :custom %>
      <li>
        <%= link_to t('dropdown.privacy'), relation_customs_path %>
      </li>
    <% end %>

    <li class="divider">
    </li>
    
    <li>
      <%= link_to t('sign_out'), destroy_user_session_path, :method => :delete  %>
    </li>
  </ul>
</div>

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
social_stream-2.0.3 base/app/views/layouts/_header_dropdown_menu.html.erb
social_stream-base-2.0.3 app/views/layouts/_header_dropdown_menu.html.erb
social_stream-2.0.2 base/app/views/layouts/_header_dropdown_menu.html.erb
social_stream-base-2.0.2 app/views/layouts/_header_dropdown_menu.html.erb
social_stream-2.0.1 base/app/views/layouts/_header_dropdown_menu.html.erb
social_stream-base-2.0.1 app/views/layouts/_header_dropdown_menu.html.erb
social_stream-2.0.0 base/app/views/layouts/_header_dropdown_menu.html.erb
social_stream-base-2.0.0 app/views/layouts/_header_dropdown_menu.html.erb
social_stream-2.0.0.beta3 base/app/views/layouts/_header_dropdown_menu.html.erb
social_stream-base-2.0.0.beta3 app/views/layouts/_header_dropdown_menu.html.erb
social_stream-2.0.0.beta2 base/app/views/layouts/_header_dropdown_menu.html.erb
social_stream-base-2.0.0.beta2 app/views/layouts/_header_dropdown_menu.html.erb
social_stream-2.0.0.beta1 base/app/views/layouts/_header_dropdown_menu.html.erb
social_stream-base-2.0.0.beta1 app/views/layouts/_header_dropdown_menu.html.erb