Sha256: 6181cbe1968b426899856d1c45008724e0422a111644f5ccd94f1a0ebd63786c

Contents?: true

Size: 489 Bytes

Versions: 8

Compression:

Stored size: 489 Bytes

Contents

%header.last
  .container
    - logo = image_tag('rails.png', :alt => '<%= name.camelcase %>') #, :size => "300x50")
    = link_to logo, root_path, :class => "left"
    
    %nav.round.right
      %ul
        - unless signed_in?
          %li= link_to "Sign In", signin_path
        %li= link_to "Home", root_path
        %li= link_to "Help", help_path
        - if signed_in?
          %li= link_to "Settings", edit_user_path(current_user)
          %li= link_to "Sign Out", signout_path

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
iceauth-0.0.4 lib/generators/iceauth/templates/app/layouts/_header.html.haml.tt
iceauth-0.0.4 lib/generators/iceauth/templates/app/views/layouts/_header.html.haml.tt
iceauth-0.0.3 lib/generators/iceauth/templates/app/layouts/_header.html.haml.tt
iceauth-0.0.3 lib/generators/iceauth/templates/app/views/layouts/_header.html.haml.tt
iceauth-0.0.2 lib/generators/iceauth/templates/app/layouts/_header.html.haml.tt
iceauth-0.0.2 lib/generators/iceauth/templates/app/views/layouts/_header.html.haml.tt
iceauth-0.0.1 lib/generators/iceauth/templates/app/layouts/_header.html.haml.tt
iceauth-0.0.1 lib/generators/iceauth/templates/app/views/layouts/_header.html.haml.tt