Sha256: 01fe5da0393c8cb450f5c02cd8d4f893e3a8789ada12b0a7999903ae10c2c734

Contents?: true

Size: 411 Bytes

Versions: 3

Compression:

Stored size: 411 Bytes

Contents

%div{id: "repo-#{@repo.id}-builds" }

  != JST["repos/menu"](repo: @repo, active: "builds")

  .title
    %h2#repo-name= @repo.name
    %h5
      %strong= @repo.url

  .panel.panel-default
    .panel-heading Builds
    .panel-body

    %table.table
      %thead
        %tr
          %th Build
          %th Message
          %th Commit
          %th Duration
          %th Finished
      %tbody#repo-builds


Version data entries

3 entries across 3 versions & 1 rubygems

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