diff --git a/assets/scripts/app/templates/repo/settings.hbs b/assets/scripts/app/templates/repo/settings.hbs index fcab8474..e721c254 100644 --- a/assets/scripts/app/templates/repo/settings.hbs +++ b/assets/scripts/app/templates/repo/settings.hbs @@ -1,31 +1,32 @@ -

Settings: {{slug}}

+
+

Settings: {{#linkTo "repo" this}}{{slug}}{{/linkTo}}

-{{#travis-tabs}} - {{#travis-tab "general" "General Settings"}} - {{#settings-form}} -

- {{settings-input checked=builds_only_with_travis_yml type="checkbox" id="builds-only-with-travis-yml"}} - -

+ {{#travis-tabs}} + {{#travis-tab "general" "General Settings"}} + {{#settings-form}} +

+ {{settings-input checked=builds_only_with_travis_yml type="checkbox" id="builds-only-with-travis-yml"}} + +

-

- {{settings-input checked=build_pushes type="checkbox" id="build-pushes"}} - -

+

+ {{settings-input checked=build_pushes type="checkbox" id="build-pushes"}} + +

-

- {{settings-input checked=build_pull_requests type="checkbox" id="build-pull-requests"}} - -

- -

- {{#if saving}} - Saving - {{else}} - - {{/if}} -

- {{/settings-form}} - {{/travis-tab}} -{{/travis-tabs}} +

+ {{settings-input checked=build_pull_requests type="checkbox" id="build-pull-requests"}} + +

+

+ {{#if saving}} + Saving + {{else}} + + {{/if}} +

+ {{/settings-form}} + {{/travis-tab}} + {{/travis-tabs}} +