mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Removed bundle name hardcode.
This commit is contained in:
parent
a7a0d554b2
commit
51b33b0ed3
@ -51,7 +51,7 @@
|
||||
<div class="panel-body">
|
||||
<p>{{ item.source }}</p>
|
||||
<div class="button-area">
|
||||
<button v-for="bundle_id in item.bundles" class="btn btn-warning"><span class="glyphicon glyphicon-unchecked"></span>Construction Bundle</button>
|
||||
<button v-for="bundle_id in item.bundles" class="btn btn-warning"><span class="glyphicon glyphicon-unchecked"></span>{{ static.bundles[bundle_id].name }}</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
@ -103,7 +103,7 @@
|
||||
<div class="panel-body">
|
||||
<p>{{ item.source }}</p>
|
||||
<div class="button-area">
|
||||
<button v-for="bundle_id in item.bundles" class="btn btn-warning"><span class="glyphicon glyphicon-unchecked"></span>Construction Bundle</button>
|
||||
<button v-for="bundle_id in item.bundles" class="btn btn-warning"><span class="glyphicon glyphicon-unchecked"></span>{{ static.bundles[bundle_id].name }}</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
@ -157,7 +157,7 @@
|
||||
<div class="panel-body">
|
||||
<p>{{ item.source }}</p>
|
||||
<div class="button-area">
|
||||
<button v-for="bundle_id in item.bundles" class="btn btn-warning"><span class="glyphicon glyphicon-unchecked"></span>Construction Bundle</button>
|
||||
<button v-for="bundle_id in item.bundles" class="btn btn-warning"><span class="glyphicon glyphicon-unchecked"></span>{{ static.bundles[bundle_id].name }}</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
@ -215,7 +215,7 @@
|
||||
<div class="panel-body">
|
||||
<p>{{ item.source }}</p>
|
||||
<div class="button-area">
|
||||
<button v-for="bundle_id in item.bundles" class="btn btn-warning"><span class="glyphicon glyphicon-unchecked"></span>Construction Bundle</button>
|
||||
<button v-for="bundle_id in item.bundles" class="btn btn-warning"><span class="glyphicon glyphicon-unchecked"></span>{{ static.bundles[bundle_id].name }}</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user