mirror of
https://github.com/twisterarmy/swizzler.git
synced 2025-03-12 05:21:26 +00:00
fallback local user avatar when net sucks
This was fixed at 4ddfc0f88c07, but not in the "messages" screen. Luckily, my ISP sucks on a regular basis, so it didn't take long until this happened to me.
This commit is contained in:
parent
6fc2d8526e
commit
614c52530f
@ -25,7 +25,7 @@
|
||||
<div class="panel-body">
|
||||
<div class="media avatars32">
|
||||
<a class="pull-left thumbnail" href="{{site_root}}/user/{{username}}">
|
||||
<img class="media-object avatar" src="{{avatar}}" alt="{{fullname}}">
|
||||
<img class="media-object avatar" src="{{#avatar}}{{.}}{{/avatar}}{{^avatar}}{{site_root}}/assets/img/twister-64.jpg{{/avatar}}" alt="{{fullname}}">
|
||||
</a>
|
||||
<div class="media-body">
|
||||
<ul class="nav nav-pills">
|
||||
|
Loading…
x
Reference in New Issue
Block a user