Sha256: 5400f307aa13207606f175db3ec967cde7a7e99e07e6d829f99c8ae223bb5fc8

Contents?: true

Size: 887 Bytes

Versions: 19

Compression:

Stored size: 887 Bytes

Contents

ul.navigation-links
  li.dropdown
    = link_to '#', id: 'navigation-dropdown', class: 'dropdown-toggle', data: { toggle: 'dropdown' }, aria: { haspopup: 'true', expanded: 'false' } do
      = image_tag account_avatar_url(current_locomotive_account), class: 'img-circle', alt: current_locomotive_account.name_was
      span= current_locomotive_account.name_was
      span.caret

    ul.dropdown-menu role='menu' aria-labelledby="navigation-dropdown"
      li= link_to t(:sites, scope: 'locomotive.shared.header'), sites_path
      li= link_to t(:account, scope: 'locomotive.shared.header'), edit_my_account_path(_location: request.fullpath)
      li= link_to t(:help, scope: 'locomotive.shared.header'), 'http://locomotive-v3.readme.io', target: '_blank'
      li class="divider"
      li= link_to t(:logout, scope: 'locomotive.shared.header'), sign_out_path, data: { method: 'delete' }

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
locomotivecms-4.0.0.rc0 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-4.0.0.alpha3 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.4.1 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-4.0.0.alpha2 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-4.0.0.alpha1 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.4.0 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.3.0 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.3.0.rc3 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.3.0.rc2 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.1.2 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.2.1 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.3.0.rc1 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.2.0 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.2.0.rc2 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.2.0.rc1 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.1.1 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.1.0 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.1.0.rc3 app/views/locomotive/shared/account/_navigation.html.slim
locomotivecms-3.1.0.rc2 app/views/locomotive/shared/account/_navigation.html.slim