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

Added user avatar on other widgets in library home

parent 7bc6b626
Branches test-debian-12
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
</span>
</div>
<div class="extra">
<span class="left floated">@{{ object.user.username }}</span>
<user-link :user="object.user" class="left floated" />
<span class="right floated"><human-date :date="object.creation_date" /></span>
</div>
</div>
......
......@@ -30,5 +30,6 @@ export default {
.tiny.circular.avatar {
width: 1.7em;
height: 1.7em;
vertical-align: middle;
}
</style>
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