From d1c93f3af85b978189da64466872a3ba4bf5a563 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Wed, 11 Mar 2015 13:12:07 +0100 Subject: [PATCH] rename and move branches tab --- app/templates/repos/show/tabs.hbs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/templates/repos/show/tabs.hbs b/app/templates/repos/show/tabs.hbs index 7eace3d4..d771665a 100644 --- a/app/templates/repos/show/tabs.hbs +++ b/app/templates/repos/show/tabs.hbs @@ -7,6 +7,13 @@ {{/link-to}} {{/if}} +
  • + {{#if repo.slug}} + {{#link-to "branches" repo}} + Branches + {{/link-to}} + {{/if}} +
  • {{#if repo.slug}} {{#link-to "builds" repo}} @@ -21,13 +28,6 @@ {{/link-to}} {{/if}}
  • -
  • - {{#if repo.slug}} - {{#link-to "branches" repo}} - Branch Summary - {{/link-to}} - {{/if}} -
  • {{#if build.id}} {{#if repo.slug}}