event log: Show disclosure triangle next to timestamps. Closes #1417

This commit is contained in:
Hylke Bons 2013-12-02 14:52:14 +00:00
parent 53e3522961
commit f08e794ab1

View file

@ -439,7 +439,7 @@ namespace SparkleShare {
if (!change.IsFolder) {
event_entry += "<small><a href=\"history://" + change_set.Folder.Name + "/" +
change.Path + "\" title=\"View revisions\">" + change.Timestamp.ToString ("HH:mm") +
"</a></small> &nbsp;";
" &#x25BE;</a></small> &nbsp;";
} else {
event_entry += "<small>" + change.Timestamp.ToString ("HH:mm") + "</small> &nbsp;";