From cc026b75a8d483878a2241943b15b2c279606d13 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 18 Dec 2013 11:19:06 +0100 Subject: [PATCH] Make settings header link to repo page --- .../scripts/app/templates/repo/settings.hbs | 55 ++++++++++--------- 1 file changed, 28 insertions(+), 27 deletions(-) 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}} +