Sha256: 3b39a3289b2e49e5ae4c88e043a912794806581ab9177ac763c5fe2e5c919211

Contents?: true

Size: 982 Bytes

Versions: 28

Compression:

Stored size: 982 Bytes

Contents

%util-nav
  #logo= link_to image_tag('tenon/tenon_icon.png'), tenon.root_path
  - 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

28 entries across 28 versions & 1 rubygems

Version Path
tenon-1.1.4 app/views/tenon/shared/_util_nav.html.haml
tenon-1.1.3 app/views/tenon/shared/_util_nav.html.haml
tenon-1.1.2 app/views/tenon/shared/_util_nav.html.haml
tenon-1.1.1 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.76 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.75 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.74 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.73 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.72 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.71 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.70 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.69 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.68 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.67 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.66 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.65 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.64 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.63 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.62 app/views/tenon/shared/_util_nav.html.haml
tenon-1.0.61 app/views/tenon/shared/_util_nav.html.haml