Sha256: 00bb155a441171a8676fe092098643a7f5e434f18c7e7d1e812519dcd7aa5258

Contents?: true

Size: 648 Bytes

Versions: 8

Compression:

Stored size: 648 Bytes

Contents

%header#header
  #logo-group
    / PLACE YOUR LOGO HERE
    %span#logo
      %img{src: asset_path('fly_admin/logo-pale.png')}
  / end projects dropdown
  / pulled right: nav area
  .pull-right
    / collapse menu button
    #hide-menu.btn-header.pull-right
      %span
        %a{"data-action" => "toggleMenu", :href => "javascript:void(0);", :title => "Collapse Menu"}
          %i.fa.fa-reorder
    / end collapse menu
    / logout button
    #logout.btn-header.transparent.pull-right
      %span
        = link_to main_app.destroy_user_session_path, method: 'delete', :class => "ico enter" do
          %i.fa.fa-sign-out
    / end logout button

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fly_admin-0.0.8 app/views/layouts/fly_admin/_header.html.haml
fly_admin-0.0.7 app/views/layouts/fly_admin/_header.html.haml
fly_admin-0.0.6 app/views/layouts/fly_admin/_header.html.haml
fly_admin-0.0.5 app/views/layouts/fly_admin/_header.html.haml
fly_admin-0.0.4 app/views/layouts/fly_admin/_header.html.haml
fly_admin-0.0.3 app/views/layouts/fly_admin/_header.html.haml
fly_admin-0.0.2 app/views/layouts/fly_admin/_header.html.haml
fly_admin-0.0.1 app/views/layouts/fly_admin/_header.html.haml