diff --git a/app/templates/repos.hbs b/app/templates/repos.hbs
index 635f2848..7f7f4833 100644
--- a/app/templates/repos.hbs
+++ b/app/templates/repos.hbs
@@ -9,13 +9,14 @@
{{#if showRunningJobs}}
{{render "runningJobs"}}
-
+ Hello
{{render "queue"}}
{{else}}
{{#if isLoaded}}
{{#collection 'repos-list' content=this}}
+
{{#with view.repo as repo}}
{{/with}}
+
{{else}}
{{noReposMessage}}
{{/collection}}
diff --git a/app/templates/repos/list/tabs.hbs b/app/templates/repos/list/tabs.hbs
index b5970647..35f03d35 100644
--- a/app/templates/repos/list/tabs.hbs
+++ b/app/templates/repos/list/tabs.hbs
@@ -5,15 +5,15 @@
{{#unless config.pro}}
- {{!--
+
{{#link-to "main.recent"}}Recent{{/link-to}}
- --}}
-
-
- Running
{{/unless}}
+
+ Running
+
+
{{#link-to "profile" trackEvent="add-repository-from-list" title="Add New Repository"}}