mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Bug fixes and new styling for the news page
This commit is contained in:
		@@ -47,7 +47,7 @@ class PublicUserList extends RessourceList {
 | 
			
		||||
      return {
 | 
			
		||||
        'id': user.id,
 | 
			
		||||
        'member-since': user.member_since,
 | 
			
		||||
        'avatar': user.avatar ? `/profile/${user.id}/avatars/${user.avatar.id}` : '/static/images/user_avatar.png',
 | 
			
		||||
        'avatar': user.avatar ? `/profile/${user.id}/avatar` : '/static/images/user_avatar.png',
 | 
			
		||||
        'username': user.username,
 | 
			
		||||
        'full-name': user.full_name ? user.full_name : '',
 | 
			
		||||
        'location': user.location ? user.location : '',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user