diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-05-13 22:11:49 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2020-05-13 22:11:49 +0200 |
commit | 3baacf6993581ba91e3e3ae0071b25a645d71115 (patch) | |
tree | ec1dbae77aef8bd43e6f5cfef41dfbc72f133ca3 /app/views/directories | |
parent | 559214c33fc0c5b5ee621eb2719fa1a15ac9da95 (diff) | |
parent | 92f85bea528c5eca97a2f075c53f7dcafdf5cb41 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/directories')
-rw-r--r-- | app/views/directories/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/directories/index.html.haml b/app/views/directories/index.html.haml index 1170332ff..febfb7d17 100644 --- a/app/views/directories/index.html.haml +++ b/app/views/directories/index.html.haml @@ -25,7 +25,7 @@ .directory__card__bar = link_to TagManager.instance.url_for(account), class: 'directory__card__bar__name' do .avatar - = image_tag account.avatar.url, alt: '', width: 48, height: 48, class: 'u-photo' + = image_tag account.avatar.url, alt: '', class: 'u-photo' .display-name %bdi |