Make "view profile" buttons use "primary" color
for sake of Buefy themes
This commit is contained in:
parent
98428bf8c2
commit
4c3dc6362c
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<%def name="view_profile_button(person)">
|
<%def name="view_profile_button(person)">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
${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')}
|
||||||
</div>
|
</div>
|
||||||
</%def>
|
</%def>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue