Sha256: 4483593fdd2501b62900d9f70366c811513006c47cc32bb8848f9b11c3105a2a

Contents?: true

Size: 675 Bytes

Versions: 13

Compression:

Stored size: 675 Bytes

Contents

%header
  %h1
    %a{:href => "/"}
      %span.engine-name Concen
      %span.application-name= Concen.application_name
  %nav
    %ul
      - if current_concen_user
        %li= link_to "Status", concen_status_path
        %li= link_to "Traffic", concen_traffic_path
        %li= link_to "Performance", concen_performance_path
        %li= link_to "Pages", concen_pages_path
        %li= link_to "Users", concen_users_path
        = render "layouts/concen/additional_header_links"
        %li= link_to "Settings", edit_concen_user_path(current_concen_user)
        %li= link_to "Sign Out", concen_signout_path
      - else
        %li= link_to "Sign In", concen_signin_path

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
concen-0.2.4 app/views/layouts/concen/_header.html.haml
concen-0.2.3 app/views/layouts/concen/_header.html.haml
concen-0.2.2 app/views/layouts/concen/_header.html.haml
concen-0.2.1 app/views/layouts/concen/_header.html.haml
concen-0.2.0 app/views/layouts/concen/_header.html.haml
concen-0.1.7 app/views/layouts/concen/_header.html.haml
concen-0.1.6 app/views/layouts/concen/_header.html.haml
concen-0.1.5 app/views/layouts/concen/_header.html.haml
concen-0.1.4 app/views/layouts/concen/_header.html.haml
concen-0.1.3 app/views/layouts/concen/_header.html.haml
concen-0.1.2 app/views/layouts/concen/_header.html.haml
concen-0.1.1 app/views/layouts/concen/_header.html.haml
concen-0.1 app/views/layouts/concen/_header.html.haml