diff --git a/app/components/page-numbers/template.hbs b/app/components/page-numbers/template.hbs index 91e190e5c..7d848bf3a 100644 --- a/app/components/page-numbers/template.hbs +++ b/app/components/page-numbers/template.hbs @@ -3,7 +3,7 @@
-
{{t textLabel pages=content.totalPages to=indexTo from=indexFrom count=totalCount}}
+
{{t textLabel pages=content.totalPages to=indexTo from=indexFrom count=totalCount}}
diff --git a/app/components/stack-app/template.hbs b/app/components/stack-app/template.hbs index ba334eca0..5c1d828ed 100644 --- a/app/components/stack-app/template.hbs +++ b/app/components/stack-app/template.hbs @@ -2,14 +2,15 @@
-
-
+
+
{{action-menu model=model classNames="pull-right"}} -

+
{{#link-to "stack" projects.current.id model.id}}{{model.displayName}}{{/link-to}} -

+
-
+
+
{{progress-bar-multi labelKey="state" @@ -30,4 +31,4 @@
{{#if expanded}} -{{/if}} +{{/if}} \ No newline at end of file diff --git a/app/container/template.hbs b/app/container/template.hbs index e430f2586..407af5ff7 100644 --- a/app/container/template.hbs +++ b/app/container/template.hbs @@ -21,13 +21,13 @@