Skip to content
Snippets Groups Projects
Commit 1dc7304b authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '768-show-description-of-libraries-in-card' into 'develop'

Resolve "Show 'description' of libraries in card"

See merge request funkwhale/funkwhale!688
parents eae337d4 6e20f63f
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