From 4c3dc6362cf42ab062e890e39e217aae8c95b2ba Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 8 May 2019 16:15:24 -0500 Subject: [PATCH] Make "view profile" buttons use "primary" color for sake of Buefy themes --- tailbone/templates/util.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailbone/templates/util.mako b/tailbone/templates/util.mako index dad82ba2..5d3100ad 100644 --- a/tailbone/templates/util.mako +++ b/tailbone/templates/util.mako @@ -2,7 +2,7 @@ <%def name="view_profile_button(person)">
- ${h.link_to(person, url('people.view_profile', uuid=person.uuid), class_='button')} + ${h.link_to(person, url('people.view_profile', uuid=person.uuid), class_='button is-primary')}