Skip to content
Snippets Groups Projects
Verified Commit 2dc5acf4 authored by Georg Krause's avatar Georg Krause
Browse files

Remove whitespaces

parent f7126690
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
<router-link class="discrete link" :to="{name: 'library.artists.detail', params: {id: album.artist.id}}">
{{ album.artist.name }}
</router-link>
</span>
</span>
</div>
</div>
<div class="extra content">
......
......@@ -58,13 +58,13 @@
<div class="ui hidden divider"></div>
<header>
<h2 class="ui header" :title="object.title">
{{ object.title }}
{{ object.title }}
</h2>
<artist-label class="rounded" :artist="artist"></artist-label>
</header>
<div v-if="object.release_date || (totalTracks > 0)" class="ui small hidden divider"></div>
<div v-if="object.release_date || (totalTracks > 0)" class="ui small hidden divider"></div>
<span v-if="object.release_date">{{ object.release_date | moment('Y') }} · </span>
<template v-if="totalTracks > 0">
<template v-if="totalTracks > 0">
<translate key="1" v-if="isSerie" translate-context="Content/Channel/Paragraph"
translate-plural="%{ count } episodes"
:translate-n="totalTracks"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment