Took out linkTo in list.hbs and fixed cursor to pointer on li elements for left repo list view

This commit is contained in:
Justine Arreche 2013-10-07 17:16:54 -04:00
parent b0415a7148
commit 51c1b4dcee
2 changed files with 24 additions and 25 deletions

View File

@ -7,7 +7,6 @@
<div class="tab">
{{#if isLoaded}}
{{#collection Travis.ReposListView contentBinding="this"}}
{{#linkTo "repo" this}}
{{#with view.repo}}
<div class="slug-and-status">
<span class="status"></span>
@ -32,7 +31,6 @@
<div class="indicator"><span></span></div>
{{/with}}
{{/linkTo}}
{{else}}
<p class="empty">{{noReposMessage}}</p>
{{/collection}}

View File

@ -11,6 +11,7 @@
padding: 15px 20px 15px 15px
border-bottom: 1px solid $color-border-light
background-repeat: no-repeat
cursor: pointer
&:nth-child(odd),
&:nth-child(odd) .indicator span