%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