Show member number by default instead of ID

for now..  should probably make configurable though
This commit is contained in:
Lance Edgar 2020-03-18 12:45:11 -05:00
parent 72796d1e04
commit eb57ebe62b

View file

@ -31,7 +31,7 @@
<b-icon pack="fas" <b-icon pack="fas"
icon="caret-right"> icon="caret-right">
</b-icon> </b-icon>
<strong>#{{ member.id }} {{ member.display }}</strong> <strong>#{{ member.number }} {{ member.display }}</strong>
</div> </div>
<div class="panel-block"> <div class="panel-block">