attempt to make entire repo cell clickable

This commit is contained in:
Justine Arreche 2013-10-07 13:48:55 -04:00
parent 0500ab1168
commit 32c1f31241

View File

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