From fd1db5d2e0ebd56b95c469134175fb770b1ce364 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 20 Sep 2018 13:17:50 +0200 Subject: [PATCH] Production: make asset title a link --- src/templates/production.pug | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/templates/production.pug b/src/templates/production.pug index c1e2351..51586c1 100644 --- a/src/templates/production.pug +++ b/src/templates/production.pug @@ -4,10 +4,11 @@ include ../../../pillar/src/templates/mixins/components mixin group(title, tag) - .row - section.py-3.my-3.border-bottom.col-12 + .row(id=tag) + section.py-4.my-3.border-bottom.col-12 - h4.title-underline.mb-4= title + h4.title-underline.mt-2.mb-4 + a.text-muted(href="#" + tag)= title +card-deck(data-asset-tag=tag, class="js-asset-list py-3") | {% block page_title %}Production Lessons{% endblock %}