mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-04 12:08:12 +00:00
Zmiana nazw z supportera na weterana
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
>
|
||||
<option :value="null" disabled>Wybierz pojazd z listy</option>
|
||||
<option v-for="loco in locoOptions" :value="loco" :key="loco.type">
|
||||
{{ loco.supportersOnly ? '*S*' : '' }}
|
||||
{{ loco.supportersOnly ? '*W*' : '' }}
|
||||
{{ loco.type }}
|
||||
</option>
|
||||
</select>
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
<div class="input_checkbox">
|
||||
<button @click="onShowSupporterChange" :class="{ checked: this.store.showSupporter }" data-ignore-outside="1">
|
||||
Pokaż tylko pojazdy dla supporterów
|
||||
Pokaż tylko pojazdy dla weteranów
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -81,7 +81,7 @@
|
||||
>
|
||||
<option :value="null" disabled>Wybierz wagon z listy</option>
|
||||
<option v-for="car in carOptions" :value="car" :key="car.type">
|
||||
{{ car.supportersOnly ? '*S*' : '' }}
|
||||
{{ car.supportersOnly ? '*W*' : '' }}
|
||||
{{ car.type }}
|
||||
</option>
|
||||
</select>
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
}
|
||||
"
|
||||
>
|
||||
POJAZDY DLA SUPPORTERÓW
|
||||
POJAZDY DLA WETERANÓW
|
||||
</button>
|
||||
|
||||
<button class="btn choice-btn" :class="{ chosen: loadableByDefault }" @click="changeLoadableByDefault">
|
||||
@@ -409,7 +409,6 @@ button.choice-btn {
|
||||
color: gray;
|
||||
border-color: gray;
|
||||
|
||||
&:hover,
|
||||
*:focus {
|
||||
color: white;
|
||||
border-color: white;
|
||||
|
||||
Reference in New Issue
Block a user