Improve karma change log view
The karma change log view, see for instance
currently has rows such as
10 0 some_question (how_long_ago)
0 -2 different_question (how_long_ago)
and so on.
Could it instead be made to look like:
+10 (d days ago) link_to_some_post -2 (y years ago) link_to_other_post
i.e. with
- +10 or -2 instead of 10 0 or 0 -2)
- aligned columns for the various bits:
- karma change
- time ago
- link to question or answer
Comments