Sha256: 0acd8697a28f7c1ee6c16aaa8b7bad1c1cd3be9f8b125ed3d6510c0202b2fbd1

Contents?: true

Size: 975 Bytes

Versions: 32

Compression:

Stored size: 975 Bytes

Contents

%util-nav
  #logo= link_to image_tag('tenon/tenon_icon.png'), "/tenon"
  - unless Tenon::MySettings.site_title.blank?
    .site-title
      - if Rails.application.routes.named_routes.helpers.include?(:root_path)
        = link_to Tenon::MySettings.site_title, main_app.root_path
      - else
        = Tenon::MySettings.site_title

  .tools
    .header-button.hamburger.mobile= link_to fa_icon('fw bars'), '#'

    .header-menu.hamburger-toggle
      = link_to '#', class: 'user-menu', data: { icon: 'user' } do
        .header-icon
          .mobile= fa_icon('fw user')
          .tablet= fa_icon('fw caret-down')
        .header-label= current_user.email

      %ul
        %li
          = link_to edit_user_path(current_user) do
            .header-icon= fa_icon('fw gear')
            .header-label Edit Info
        %li
          = link_to destroy_user_session_path, method: :delete do
            .header-icon= fa_icon('fw sign-out')
            .header-label Sign Out

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
tenon-1.0.51 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.50 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.49 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.48 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.47 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.46 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.45 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.44 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.43 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.42 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.41 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.40 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.39 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.38 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.37 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.36 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.35 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.33 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.32 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.31 app/views/tenon/shared/_util_nav.html.haml