Rename icon
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
@ -4455,7 +4455,7 @@ def htmlTimeline(defaultTimeline: str,
|
||||||
tlStr += \
|
tlStr += \
|
||||||
' <a href="' + usersPath + '/minimal' + \
|
' <a href="' + usersPath + '/minimal' + \
|
||||||
'"><img loading="lazy" src="/' + iconsDir + \
|
'"><img loading="lazy" src="/' + iconsDir + \
|
||||||
'/refresh.png" title="' + translate['Show/Hide Buttons'] + \
|
'/showhide.png" title="' + translate['Show/Hide Buttons'] + \
|
||||||
'" alt="' + translate['Show/Hide Buttons'] + \
|
'" alt="' + translate['Show/Hide Buttons'] + \
|
||||||
'" class="timelineicon"/></a>'
|
'" class="timelineicon"/></a>'
|
||||||
tlStr += followApprovals
|
tlStr += followApprovals
|
||||||
|
|