nci/static/js/app/components/projects/view/index.jade
2015-07-11 18:15:18 +03:00

22 lines
451 B
Plaintext

.row
.col-md-8
h1
.pull-right
span.badge.badge-default= this.state.project.scm ? this.state.project.scm.rev : ''
Scm(scm=this.state.project.scm ? this.state.project.scm.type : '')
span= this.state.project.name
hr
div.text-muted
p Last successfully build: ...
p Current successfully streak: ...
p Last build time: ...
p Average build time: ...
h2
i.fa.fa-fw.fa-history
span
span Build history
Builds()