Sha256: ae35491047d35321151510d4424afbc681e688cf9a98c57626a503cab0bfe0cf

Contents?: true

Size: 632 Bytes

Versions: 23

Compression:

Stored size: 632 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, :id => "btn_menu_account_logout"  %>
                </li>
            </ul>
        </li>
    </ul>
</div>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
social_stream-base-0.9.0 app/views/layouts/_account.html.erb
social_stream-base-0.8.2 app/views/layouts/_account.html.erb
social_stream-base-0.8.1 app/views/layouts/_account.html.erb
social_stream-base-0.8.0 app/views/layouts/_account.html.erb
social_stream-base-0.7.11 app/views/layouts/_account.html.erb
social_stream-base-0.7.10 app/views/layouts/_account.html.erb
social_stream-base-0.7.9 app/views/layouts/_account.html.erb
social_stream-base-0.7.8 app/views/layouts/_account.html.erb
social_stream-base-0.7.7 app/views/layouts/_account.html.erb
social_stream-base-0.7.6 app/views/layouts/_account.html.erb
social_stream-base-0.7.5 app/views/layouts/_account.html.erb
social_stream-base-0.7.4 app/views/layouts/_account.html.erb
social_stream-base-0.7.3 app/views/layouts/_account.html.erb
social_stream-base-0.7.2 app/views/layouts/_account.html.erb
social_stream-base-0.7.1 app/views/layouts/_account.html.erb
social_stream-base-0.7.0 app/views/layouts/_account.html.erb
social_stream-base-0.6.8 app/views/layouts/_account.html.erb
social_stream-base-0.6.6 app/views/layouts/_account.html.erb
social_stream-base-0.6.5 app/views/layouts/_account.html.erb
social_stream-base-0.6.3 app/views/layouts/_account.html.erb