show tag name in title for tag timelines

This commit is contained in:
Shpuld Shpuldson 2020-08-19 13:06:46 +03:00
parent 1a8840c7c3
commit 54b619dfec
2 changed files with 12 additions and 6 deletions

View file

@ -45,7 +45,7 @@
slot="trigger"
class="title timeline-menu-title"
>
<span>{{ $t(timelineNames[$route.name]) }}</span>
<span>{{ timelineName() }}</span>
<i class="icon-down-open" />
</div>
</Popover>