From 1f44cc4375a938e9d73f54ce2b464883172d55cf Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 29 Jul 2014 11:35:56 +0100 Subject: [PATCH] Fix alignment of 'view all templates' --- services/web/app/views/templates/index.jade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/web/app/views/templates/index.jade b/services/web/app/views/templates/index.jade index feade78f51..cd0717ba8e 100644 --- a/services/web/app/views/templates/index.jade +++ b/services/web/app/views/templates/index.jade @@ -47,10 +47,10 @@ block content div.caption h3.txt-middle #{template.name} - -if(tag.totalNumberOfTemplates > 4) - .row-fluid - .col-md-6.offset3.more-templates - a(href=tag.tagPagePath) View all #{tag.totalNumberOfTemplates} #{tag.name} templates » + -if(tag.totalNumberOfTemplates > 4) + .row + .col-md-12.text-center + a(href=tag.tagPagePath) View all #{tag.totalNumberOfTemplates} #{tag.name} templates »