diff --git a/assets/scripts/app/views/repo/show.coffee b/assets/scripts/app/views/repo/show.coffee index 4b9a9701..7b81c188 100644 --- a/assets/scripts/app/views/repo/show.coffee +++ b/assets/scripts/app/views/repo/show.coffee @@ -14,17 +14,18 @@ Travis.reopen @get('repos.isLoaded') && @get('repos.length') == 0 ).property('repos.isLoaded', 'repos.length') - statusImages: -> - @popupCloseAll() - view = Travis.StatusImagesView.create(toolsView: this) - Travis.View.currentPopupView = view - view.appendTo($('body')) - event.stopPropagation() - statusImageUrl: (-> Travis.Urls.statusImage(@get('controller.repo.slug')) ).property('controller.repo.slug') + actions: + statusImages: -> + @popupCloseAll() + view = Travis.StatusImagesView.create(toolsView: this) + Travis.View.currentPopupView = view + view.appendTo($('body')) + event.stopPropagation() + ReposEmptyView: Travis.View.extend template: (-> if Travis.config.pro