Refactoring, database structure changed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@inherits Component
|
||||
|
||||
<Image Class="@(Class)"
|
||||
Height="Size"
|
||||
Circle="true"
|
||||
Shadow="false"
|
||||
Placeholder="assets/placeholders/user.png"
|
||||
AlternativeText="avatar"
|
||||
Content="@(ProfilePictureIncluded ? Item.ProfilePicture : _picture)"/>
|
||||
Reference in New Issue
Block a user