From 5d35cf352987dd14506203c2ce7d964fb575b382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 5 Jun 2017 21:59:38 -0700 Subject: [PATCH] Pull links up to labels level Number of links usually doesn't justify giving it a dedicated row, so let's render it before labels --- assets/templates/alertgroup.html | 22 +++++++++++----------- bindata_assetfs.go | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/assets/templates/alertgroup.html b/assets/templates/alertgroup.html index b70d5258d..4d238a988 100644 --- a/assets/templates/alertgroup.html +++ b/assets/templates/alertgroup.html @@ -37,6 +37,17 @@ <% } %> <% }) %> + <% _.each(alert.links, function(url, text) { %> + + + <%- text %> + + <% }) %>