mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
break up long line
This commit is contained in:
parent
f662daf6c9
commit
a286a10a17
1 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,11 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h3>{{ notification.name }}</h3>
|
<h3>{{ notification.name }}</h3>
|
||||||
<small>{{ $t('releases.published', { date: formattedDate(notification.published_at) })}}</small>
|
<small>
|
||||||
|
{{ $t('releases.published', {
|
||||||
|
date: formattedDate(notification.published_at)
|
||||||
|
})}}
|
||||||
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue