travis-web/app/templates/components/repo-actions.hbs
Lisa P cd7ab9b719 remove code climate
remove code climate popup function
2016-02-01 13:09:15 +01:00

12 lines
337 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}}
</div>