Sha256: 1db21e0fd450626366f09f30cb28239ddaa42e0ffd23a128de06ce1587480854

Contents?: true

Size: 604 Bytes

Versions: 3

Compression:

Stored size: 604 Bytes

Contents

%li.list-group-item

  .pull-right
    %a.add-repo.btn.btn-default{ href: "#", data: {"gb-id": @repo.id } }
      ADD REPO
      %i.fa.fa-plus

  .row
    %span.col-sm-2
      %a{src: @repo.owner.url }
        %img{ src: @repo.owner.avatar_url, width: 120 }

    %span.col-sm-7
      %h3
        = @repo.name

        - if @repo.fork
          %i.fa.fa-code-fork{title: "is a fork"}

        - if @repo.private
          %i.fa.fa-lock{title: "is private"}


      %p.small
        = @repo.description

      %p.small
        %a{href: @repo.url}
          View on github
          %i.fa.fa-external-link

Version data entries

3 entries across 3 versions & 1 rubygems

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