From 180891af7356c37e85995e0d8a4e17feac0afd78 Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Wed, 2 Jan 2019 17:54:24 -0500 Subject: Changed Button style class to btn-primary btn-primary has a handful of advantages over btn-default, including consistency across browsers and correctly styling non-button html tags p.s. vim is best Change-Id: I6e55a75a9fd48d64496fd83f43a7856af0c04cc0 Signed-off-by: Parker Berberian --- src/templates/dashboard/landing.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/templates/dashboard/landing.html') diff --git a/src/templates/dashboard/landing.html b/src/templates/dashboard/landing.html index b1eec86..84b060f 100644 --- a/src/templates/dashboard/landing.html +++ b/src/templates/dashboard/landing.html @@ -29,12 +29,12 @@ }
- - - - + + + + {% if manager == True %} - + {% endif %}
-- cgit 1.2.3-korg