fatfreecrm/fat_free_crm

View on GitHub
app/views/layouts/admin/_header.html.haml

Summary

Maintainability
Test Coverage
#header
  #welcome
    %span
      #{t :welcome},
      = current_user.name
    %span> !  

    = link_to(t(:quick_find), "#", id: "jumper") << " |"
    = link_to(t(:profile), profile_path) << " |"
    = link_to(t(:back_to_crm), root_path) << " |"
    = link_to(t(:logout), destroy_user_session_path, method: :delete)
    = render "/layouts/jumpbox"
  %h3
    = link_to(t(:crm_admin_page), admin_path)