Sha256: 477864c19802351a1cd38915d9af41c1cf5072c2cda9fccf29449748f5d31776

Contents?: true

Size: 435 Bytes

Versions: 3

Compression:

Stored size: 435 Bytes

Contents

%h1 Profile Details

.panel.panel-default

  .panel-body

    .col-sm-5
      %img{:src => @avatar_url, :alt => "avatar" , width: 300}

    .col-sm-6
      %h2
        = @name

      %h5
        %strong= @company

        %h4 Select repos:

        %ul
          %li
            %a{:href => "/myrepos"} #{@name} repos
          - _.each @orgs , (org)->
            %li
              %a{ href: "/orgs/#{org}" }
                = org



Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
perkins-0.0.5 lib/perkins/assets/javascripts/templates/profile.hamlc
perkins-0.0.3 lib/perkins/assets/javascripts/templates/profile.hamlc
perkins-0.0.2 lib/perkins/assets/javascripts/templates/profile.hamlc