Sha256: 94cf49f6914e4621a16129e62e6b429f248c6faed10b4aad60ce4a574543bf4a

Contents?: true

Size: 575 Bytes

Versions: 25

Compression:

Stored size: 575 Bytes

Contents

<div id="account_menu">
  <ul class="sf-menu" >
    <li class="current" id="account">
      <a href="#" class="sf-with-ul" id="btn_menu_account">
        <%= t('account.one') %>
        <span class="sf-sub-indicator">
          ยป
        </span>
      </a>
      <ul>
        <li>
          <%= link_to t('account.edit'), edit_user_registration_path %>
        </li>
        <li class="btn_menu_exit">
          <%= link_to t('sign_out'), destroy_user_session_path, :method => :delete, :id => "btn_menu_account_logout"  %>
        </li>
      </ul>
    </li>
  </ul>
</div>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
social_stream-2.2.2 base/app/views/layouts/_account.html.erb
social_stream-base-2.2.2 app/views/layouts/_account.html.erb
social_stream-2.2.1 base/app/views/layouts/_account.html.erb
social_stream-base-2.2.1 app/views/layouts/_account.html.erb
social_stream-2.2.0 base/app/views/layouts/_account.html.erb
social_stream-base-2.2.0 app/views/layouts/_account.html.erb
social_stream-2.1.1 base/app/views/layouts/_account.html.erb
social_stream-2.1.0 base/app/views/layouts/_account.html.erb
social_stream-base-2.1.0 app/views/layouts/_account.html.erb
social_stream-2.0.4 base/app/views/layouts/_account.html.erb
social_stream-base-2.0.4 app/views/layouts/_account.html.erb
social_stream-2.0.3 base/app/views/layouts/_account.html.erb
social_stream-base-2.0.3 app/views/layouts/_account.html.erb
social_stream-2.0.2 base/app/views/layouts/_account.html.erb
social_stream-base-2.0.2 app/views/layouts/_account.html.erb
social_stream-2.0.1 base/app/views/layouts/_account.html.erb
social_stream-base-2.0.1 app/views/layouts/_account.html.erb
social_stream-2.0.0 base/app/views/layouts/_account.html.erb
social_stream-base-2.0.0 app/views/layouts/_account.html.erb
social_stream-2.0.0.beta3 base/app/views/layouts/_account.html.erb