From 1fff37adca8a8c6f1c704db6d4490dfdedb1d158 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Thu, 7 Jun 2018 11:31:06 -0700 Subject: [PATCH] Style tasks on the alloc index page like other tables of things --- ui/app/templates/allocations/allocation/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/templates/allocations/allocation/index.hbs b/ui/app/templates/allocations/allocation/index.hbs index 9de41da3a057..7abb77bfc7f9 100644 --- a/ui/app/templates/allocations/allocation/index.hbs +++ b/ui/app/templates/allocations/allocation/index.hbs @@ -60,7 +60,7 @@ {{/if}} - {{#link-to "allocations.allocation.task" row.model.allocation row.model}} + {{#link-to "allocations.allocation.task" row.model.allocation row.model class="is-primary"}} {{row.model.name}} {{/link-to}}