Sha256: 8d1012ebd497e37cc5d6b31f60f16a5dc636c771b3a84d0ba140569d830d45c8
Contents?: true
Size: 651 Bytes
Versions: 14
Compression:
Stored size: 651 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
14 entries across 14 versions & 1 rubygems