Sha256: a57986c12043a2cf891ed7c5943fae48fc55a253cddd6d0746a446680b35a40e

Contents?: true

Size: 398 Bytes

Versions: 6

Compression:

Stored size: 398 Bytes

Contents

#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), logout_path, method: :delete)
    = render "/layouts/jumpbox"
  %h3
    = link_to(t(:crm_admin_page), admin_path)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fat_free_crm-0.18.2 app/views/layouts/admin/_header.html.haml
fat_free_crm-0.17.3 app/views/layouts/admin/_header.html.haml
fat_free_crm-0.18.1 app/views/layouts/admin/_header.html.haml
fat_free_crm-0.18.0 app/views/layouts/admin/_header.html.haml
fat_free_crm-0.17.2 app/views/layouts/admin/_header.html.haml
fat_free_crm-0.17.1 app/views/layouts/admin/_header.html.haml