From 55a58f275d3ba9b773c8ba5267d4f64ebcca3ba2 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Fri, 10 May 2013 19:54:52 +0200 Subject: [PATCH] remove the (i) from the top right of the tabs the (i) is a miscommunication as it looks like it is to give information about the tabs instead of pop down descriptions underneath each of the repos in the recent and 'my repos' lists. --- assets/scripts/app/templates/repos/list.hbs | 6 ------ assets/scripts/app/templates/repos/list/tabs.hbs | 2 -- assets/scripts/app/views/repo/list.coffee | 3 --- assets/styles/left.sass | 9 --------- 4 files changed, 20 deletions(-) diff --git a/assets/scripts/app/templates/repos/list.hbs b/assets/scripts/app/templates/repos/list.hbs index c881f984..525efae7 100644 --- a/assets/scripts/app/templates/repos/list.hbs +++ b/assets/scripts/app/templates/repos/list.hbs @@ -27,12 +27,6 @@

- - {{#if description}} -
-

{{description}}

-
- {{/if}} {{/with}} {{else}}

diff --git a/assets/scripts/app/templates/repos/list/tabs.hbs b/assets/scripts/app/templates/repos/list/tabs.hbs index d90d93e3..baaeff74 100644 --- a/assets/scripts/app/templates/repos/list/tabs.hbs +++ b/assets/scripts/app/templates/repos/list/tabs.hbs @@ -10,6 +10,4 @@ - - diff --git a/assets/scripts/app/views/repo/list.coffee b/assets/scripts/app/views/repo/list.coffee index c94bd6f6..54f46df5 100644 --- a/assets/scripts/app/views/repo/list.coffee +++ b/assets/scripts/app/views/repo/list.coffee @@ -43,6 +43,3 @@ classSearch: (-> 'active' if @get('tab') == 'search' ).property('tab') - - toggleInfo: -> - $('#repos').toggleClass('open') diff --git a/assets/styles/left.sass b/assets/styles/left.sass index c9a6c515..b9283974 100644 --- a/assets/styles/left.sass +++ b/assets/styles/left.sass @@ -17,12 +17,3 @@ @include border-radius(4px) background: $color-bg-input inline-image('ui/search.png') no-repeat right 8px - .toggle-info - margin: 8px 20px 0 20px - display: inline-block - float: right - width: 14px - height: 14px - background-image: inline-image('ui/info.png') - cursor: pointer -