Merge pull request #1150 from pixelfed/frontend-ui-refactor

Frontend ui refactor
This commit is contained in:
daniel 2019-04-18 00:05:27 -06:00 committed by GitHub
commit fa4571c18d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

BIN
public/js/status.js vendored

Binary file not shown.

Binary file not shown.

View file

@ -261,7 +261,7 @@
<div class="media align-items-center">
<img :src="statusAvatar" class="rounded-circle shadow-lg mr-3" alt="avatar" width="72px" height="72px">
<div class="media-body lead">
by <a href="#">{{statusUsername}}</a>
by <a :href="statusProfileUrl">{{statusUsername}}</a>
</div>
</div>
<hr>