Sha256: 9d5a40a8daa91873026ed528c50d6df6fd22711bd7c5a17b5a3c38827ea9a630

Contents?: true

Size: 648 Bytes

Versions: 211

Compression:

Stored size: 648 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

211 entries across 211 versions & 4 rubygems

Version Path
social_stream-0.24.1 base/app/views/layouts/_account.html.erb
social_stream-base-0.18.1 app/views/layouts/_account.html.erb
social_stream-0.24.0 base/app/views/layouts/_account.html.erb
social_stream-base-0.18.0 app/views/layouts/_account.html.erb
social_stream-0.23.4 base/app/views/layouts/_account.html.erb
social_stream-base-0.17.3 app/views/layouts/_account.html.erb
social_stream-0.23.3 base/app/views/layouts/_account.html.erb
social_stream-base-0.17.2 app/views/layouts/_account.html.erb
social_stream-0.23.2 base/app/views/layouts/_account.html.erb
social_stream-base-0.17.1 app/views/layouts/_account.html.erb
social_stream-0.23.1 base/app/views/layouts/_account.html.erb
social_stream-base-0.17.0 app/views/layouts/_account.html.erb
social_stream-0.22.1 base/app/views/layouts/_account.html.erb
social_stream-base-0.16.4 app/views/layouts/_account.html.erb
social_stream-0.22.0 base/app/views/layouts/_account.html.erb
social_stream-base-0.16.3 app/views/layouts/_account.html.erb
social_stream-0.21.4 base/app/views/layouts/_account.html.erb
social_stream-base-0.16.2 app/views/layouts/_account.html.erb
social_stream-0.21.3 base/app/views/layouts/_account.html.erb
social_stream-0.21.2 base/app/views/layouts/_account.html.erb