Sha256: 48925be04800c6f88d55d7fca3d730a1ec846aa5becc22e332b426ec6ed9210d
Contents?: true
Size: 652 Bytes
Versions: 3
Compression:
Stored size: 652 Bytes
Contents
%util-nav #logo= link_to image_tag('tenon/tenon_icon.png'), "/tenon" .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= fa_icon('fw user') .header-label= current_user.email %ul %li = link_to edit_user_path(current_user) do .header-icon= fa_icon('fw gear') .header-label Settings %li = link_to destroy_user_session_path, method: :delete do .header-icon= fa_icon('fw sign-out') .header-label Sign Out
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tenon-1.0.2 | app/views/tenon/shared/_util_nav.html.haml |
tenon-1.0.1 | app/views/tenon/shared/_util_nav.html.haml |
tenon-1.0 | app/views/tenon/shared/_util_nav.html.haml |