diff --git a/stoptime.rb b/stoptime.rb index 2373f2f..a9f1620 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -2095,9 +2095,10 @@ module StopTime::Views tr do td.indent do if entry.comment.present? - "• #{entry.comment}" + a "• #{entry.comment}", :href => R(TimelineN, entry.id), + :title => entry.comment else - em.light "• no comment" + a :href => R(TimelineN, entry.id) { i "• None" } end end td.text_right { "%.2fh" % entry.hours_total }