%div{id: “repo-#{@id}” }

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

.title
  %h2
    %span#repo-name
      = @name
    -#= haml :"repos/spinner", locals: {repo: repo}

  %h5
    %strong
      = @url
    %span#badge-placeholder

#build-report-container

#no-build-warning.alert.alert-warning
  %p
    %span.no-build No builds yet.

    %a.run-commit{:href => "#"}
      Run latest commit in master branch