Actions
Patch #31391
closedSmall refactorization of avatar methods
Description
Small refactorization of avatar methods:
- move existing methods from ApplicationHelper to a new helper file (AvatarsHelper)
- change default avatar size from 50 to 24 because most of the avatars are using the size 24
- class 'gravatar' is always added and all custom classes are appended
- added user name as default title for avatar images
- added two new methods:
assignee_avatar
andauthor_avatar
- in issue#show page, the titles for assignee and author will have the format: Assignee: <user name> and Author: <user name>
- the default title of all avatar is now <user name>
The implementation could be improved more, but it is enough for now.
Any feedback is welcome!
Files
Related issues
Actions