Skip to content
Snippets Groups Projects
Commit 6e20f63f authored by Ciarán Ainsworth's avatar Ciarán Ainsworth Committed by Eliot Berriot
Browse files

Resolve "Show 'description' of libraries in card"

parent eae337d4
No related branches found
No related tags found
No related merge requests found
Descriptions will now be shown underneath user libraries (#768)
\ No newline at end of file
......@@ -326,3 +326,7 @@ td.align.right {
margin-left: 1em;
}
}
.card .description {
word-wrap: break-word;
}
......@@ -29,6 +29,7 @@
</span>
</div>
<div class="description">
{{ library.description }}
<div class="ui hidden divider"></div>
</div>
<div class="content">
......
......@@ -22,6 +22,10 @@
<human-date :date="library.creation_date" />
</span>
</div>
<div class="description">
{{ library.description }}
<div class="ui hidden divider"></div>
</div>
<div class="meta">
<i class="music icon"></i>
<translate translate-context="*/*/*" :translate-params="{count: library.uploads_count}" :translate-n="library.uploads_count" translate-plural="%{ count } tracks">%{ count } track</translate>
......
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