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/account/details.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/templates/account/details.html') diff --git a/src/templates/account/details.html b/src/templates/account/details.html index 740dce6..acf3eb1 100644 --- a/src/templates/account/details.html +++ b/src/templates/account/details.html @@ -2,8 +2,8 @@ {% load staticfiles %} {% block content %}

Account Details

- - - - +My Resources +My Bookings +My Configurations +My Snapshots {% endblock content %} -- cgit 1.2.3-korg