mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
dodano odnośnik do dziennika RJ maszynisty
This commit is contained in:
@@ -46,6 +46,11 @@
|
||||
<img src="/images/icon-diamond.svg" alt="donator diamond icon" />
|
||||
</b>
|
||||
<span v-else>{{ train.driverName }}</span>
|
||||
•
|
||||
<button class="btn--image btn--text btn-journal" v-if="extended">
|
||||
<img src="/images/icon-train.svg" alt="" />
|
||||
DZIENNIK
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -149,8 +154,7 @@ export default defineComponent({
|
||||
required: true
|
||||
},
|
||||
extended: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
type: Boolean
|
||||
}
|
||||
},
|
||||
|
||||
@@ -201,6 +205,11 @@ export default defineComponent({
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.btn-journal {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.timetable-id {
|
||||
color: #d2d2d2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user