diff --git a/app/styles/app/layouts/sidebar.sass b/app/styles/app/layouts/sidebar.sass
index f04c92d6..b3ae311e 100644
--- a/app/styles/app/layouts/sidebar.sass
+++ b/app/styles/app/layouts/sidebar.sass
@@ -83,4 +83,8 @@ $sb-font-size: 14px
border-bottom: .46rem solid #FAF9F7
background-color: #FAF9F7
-
+.sidebar-seperator
+ width: 90%
+ margin: 1rem auto
+ border: none
+ border-bottom: solid 2px #f2f2f2
diff --git a/app/templates/queue.hbs b/app/templates/queue.hbs
index 7229b182..a0a2d83c 100644
--- a/app/templates/queue.hbs
+++ b/app/templates/queue.hbs
@@ -1,23 +1,29 @@
-
- -
-
Queue ({{length}})
-
- {{#if length}}
- {{#each job in controller}}
- -
- {{#if job.repo.slug}}
- {{#link-to "job" job.repo job}}
-
- {{job.repo.slug}}
-
- #{{job.number}}
- {{/link-to}}
- {{/if}}
-
- {{/each}}
- {{else}}
- There are no jobs
- {{/if}}
-
-
-
+
+{{#if length}}
+ {{#each job in controller}}
+
+
+ {{/each}}
+{{else}}
+ There are no jobs queued
+{{/if}}
\ No newline at end of file
diff --git a/app/templates/repos.hbs b/app/templates/repos.hbs
index 7f7f4833..95fafe87 100644
--- a/app/templates/repos.hbs
+++ b/app/templates/repos.hbs
@@ -8,9 +8,13 @@
{{#if showRunningJobs}}
- {{render "runningJobs"}}
- Hello
- {{render "queue"}}
+
+ {{render "runningJobs"}}
+
+
+
+ {{render "queue"}}
+
{{else}}
diff --git a/app/templates/repos/list/tabs.hbs b/app/templates/repos/list/tabs.hbs
index 35f03d35..d4f178f7 100644
--- a/app/templates/repos/list/tabs.hbs
+++ b/app/templates/repos/list/tabs.hbs
@@ -11,7 +11,7 @@
{{/unless}}
- Running
+ Running (2/3)
diff --git a/app/templates/running-jobs.hbs b/app/templates/running-jobs.hbs
index 04e19178..35f6f33b 100644
--- a/app/templates/running-jobs.hbs
+++ b/app/templates/running-jobs.hbs
@@ -1,17 +1,30 @@
-Running Jobs ({{controller.length}})
+{{!-- Running Jobs ({{controller.length}})
--}}
-