Skip to content
Extraits de code Groupes Projets
_sub_header.haml 548 octets
Newer Older
  • Learn to ignore specific revisions
  • #aspect_header
      .container
        .span-5.last
          - if @person
            %h1
              = @person.real_name
          - else
            %h1
              - if @aspect == :all
    
                = link_to t('.all_aspects'), root_path
    
              - elsif @aspect == :public
                = "Public"
    
                = link_to t('.manage_aspects'), root_path
    
              - else
                = link_to @aspect.name, @aspect
    
          .page_title
            = yield :page_title
    
        .span-19.last{ :style => "position:relative;" }
          = yield :publish