Improve formatting
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2303>
This commit is contained in:
parent
b4ef4e1f08
commit
9833133894
|
@ -121,7 +121,8 @@ const remove = async () => {
|
||||||
<div class="eight wide left aligned column">
|
<div class="eight wide left aligned column">
|
||||||
<h1 class="ui header">
|
<h1 class="ui header">
|
||||||
{{ track.title }}
|
{{ track.title }}
|
||||||
|
</h1>
|
||||||
|
<h2 class="ui header">
|
||||||
<i18n-t
|
<i18n-t
|
||||||
v-if="track.attributed_to"
|
v-if="track.attributed_to"
|
||||||
keypath="components.library.TrackBase.subtitle.with-uploader"
|
keypath="components.library.TrackBase.subtitle.with-uploader"
|
||||||
|
@ -130,8 +131,7 @@ const remove = async () => {
|
||||||
class="internal"
|
class="internal"
|
||||||
:href="attributedToUrl"
|
:href="attributedToUrl"
|
||||||
>
|
>
|
||||||
<span class="symbol at left" />
|
<span class="symbol at" />{{ track.attributed_to.full_username }}
|
||||||
{{ track.attributed_to.full_username }}
|
|
||||||
</a>
|
</a>
|
||||||
<time
|
<time
|
||||||
:title="track.creation_date"
|
:title="track.creation_date"
|
||||||
|
@ -151,7 +151,7 @@ const remove = async () => {
|
||||||
{{ momentFormat(new Date(track.creation_date), 'LL') }}
|
{{ momentFormat(new Date(track.creation_date), 'LL') }}
|
||||||
</time>
|
</time>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
</h1>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="eight wide right aligned column button-group">
|
<div class="eight wide right aligned column button-group">
|
||||||
<play-button
|
<play-button
|
||||||
|
|
Loading…
Reference in New Issue