Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/static/img/user-avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/static/riot/profiles/profile_detail.tag
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<profile-detail>
<!------------------------------------------ HTML ------------------------------------------->
<!-- ---------------------------------------- HTML ---------------------------------------- -->
<div class="background">
<div id="profile_wrapper" class="ui two column doubling stackable grid container">
<div class="column">
<div if="{!selected_user.photo}"><img id="avatar" class="ui centered small rounded image" src="http://via.placeholder.com/150x150"></div>
<div if="{!selected_user.photo}"><img id="avatar" class="ui centered small rounded image" src="/static/img/user-avatar.png"></div>
<div if="{selected_user.photo}"><img id="avatar" class="ui centered small rounded image" src="{selected_user.photo}"></div>

<!-- &lt;!&ndash; Competition Divider &ndash;&gt;-->
Expand Down