gitea/modules/timeutil
wxiaoguang 8d5fbeb7a2
Use data-tooltip-content for tippy tooltip ()
Follow:
* 
* Remove all ".tooltip[data-content=...]"

Major changes:

* Remove "tooltip" class, use "[data-tooltip-content=...]" instead of
".tooltip[data-content=...]"
* Remove legacy `data-position`, it's dead code since last Fomantic
Tooltip -> Tippy Tooltip refactoring
* Rename reaction attribute from `data-content` to
`data-reaction-content`
* Add comments for some `data-content`: `{{/* used by the form */}}`
* Remove empty "ui" class
* Use "text color" for SVG icons (a few)
..
executable.go Implement FSFE REUSE for golang files ()
language.go Implement FSFE REUSE for golang files ()
since.go Use data-tooltip-content for tippy tooltip ()
since_test.go Use data-tooltip-content for tippy tooltip ()
timestamp.go Check for zero time instant in `TimeStamp.IsZero()` ()