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