Sha256: 754ec15c7d71def23834b58d867fb528d97bec4383ac9ac07eb71ab18d5d6540

Contents?: true

Size: 807 Bytes

Versions: 19

Compression:

Stored size: 807 Bytes

Contents

#header
  #welcome
    - if current_user
      #{t :welcome},
      -# This span gets updated on the fly if user changes her name.
      %span#welcome_username= current_user.name
      %span> !  

      = link_to(t(:quick_find), "#", :id => "jumper") << " |"
      = link_to(t(:profile), profile_path) << " |"
      - if current_user.admin?
        = link_to(t(:admin), admin_path) << " |"
      = link_to(t(:logout), logout_path, :method => :delete)
      = render "/layouts/jumpbox"
    - else
      = link_to(t(:login), login_path) << " |"
      = link_to(t(:sign_up), signup_path) << " |" if can_signup?
      = link_to(t(:about), "#", :title => t(:about_ffc), :onclick => "$('#about').dialog({ title: this.title, modal: true }); return false;")
  %h3
    = link_to("Fat Free CRM", root_path)

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/layouts/_header.html.haml
fat_free_crm-0.15.2 app/views/layouts/_header.html.haml
fat_free_crm-0.16.4 app/views/layouts/_header.html.haml
fat_free_crm-0.14.1 app/views/layouts/_header.html.haml
fat_free_crm-0.15.1 app/views/layouts/_header.html.haml
fat_free_crm-0.16.3 app/views/layouts/_header.html.haml
fat_free_crm-0.16.2 app/views/layouts/_header.html.haml
fat_free_crm-0.16.1 app/views/layouts/_header.html.haml
fat_free_crm-0.16.0 app/views/layouts/_header.html.haml
fat_free_crm-0.15.0 app/views/layouts/_header.html.haml
fat_free_crm-0.15.0.beta.2 app/views/layouts/_header.html.haml
fat_free_crm-0.15.0.beta app/views/layouts/_header.html.haml
fat_free_crm-0.14.0 app/views/layouts/_header.html.haml
reduced_fat_crm-0.15.0.beta app/views/layouts/_header.html.haml
reduced_fat_crm-0.14.0 app/views/layouts/_header.html.haml
fat_free_crm-0.13.6 app/views/layouts/_header.html.haml
fat_free_crm-0.13.5 app/views/layouts/_header.html.haml
fat_free_crm-0.13.4 app/views/layouts/_header.html.haml
fat_free_crm-0.13.3 app/views/layouts/_header.html.haml