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')}