mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 06:43:23 +00:00
Rebuild frontend
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="piggy in this.piggy_banks">
|
||||
<td>{{ piggy.attributes.name }}
|
||||
<td>
|
||||
<a :href="'./piggy-banks/show/' + piggy.id" :title="piggy.attributes.name">{{ piggy.attributes.name }}</a>
|
||||
<small v-if="piggy.attributes.object_group_title" class="text-muted">
|
||||
<br/>
|
||||
{{ piggy.attributes.object_group_title }}
|
||||
|
Reference in New Issue
Block a user