
build header styles 2nd iteration make job header use component too cleanup templates and markup for repo page styles for the repo header rewrite styles for repo header, cleanup tabs
21 lines
586 B
Handlebars
21 lines
586 B
Handlebars
<div id="actions" class="repo-main-tools">
|
|
|
|
{{! TODO: when `component` helper is available we could just use
|
|
with a component name based on type that is passed here }}
|
|
{{#if job}}
|
|
{{job-repo-actions job=job user=user repo=repo}}
|
|
{{else}}
|
|
{{build-repo-actions build=build user=user repo=repo}}
|
|
{{/if}}
|
|
|
|
{{#if displayCodeClimate}}
|
|
<a href="#" name="code-climate"
|
|
{{action "codeClimatePopup"}} class="button-circle-codeclimate open-popup"
|
|
title="Test Coverage with Code Climate">Code Climate
|
|
</a>
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
{{code-climate-popup}}
|