##// END OF EJS Templates
Date added as acronym title in ApplicationHelper#authoring...
Jean-Philippe Lang -
r725:00bf5f04db5f
parent child
Show More
@@ -74,7 +74,8 module ApplicationHelper
74 end
74 end
75
75
76 def authoring(created, author)
76 def authoring(created, author)
77 l(:label_added_time_by, author.name, distance_of_time_in_words(Time.now, created))
77 time_tag = content_tag('acronym', distance_of_time_in_words(Time.now, created), :title => format_time(created))
78 l(:label_added_time_by, author.name, time_tag)
78 end
79 end
79
80
80 def day_name(day)
81 def day_name(day)
@@ -258,6 +258,7 legend {color: #505050;}
258 .even {background-color: #fff;}
258 .even {background-color: #fff;}
259 hr { border:0; border-top: dotted 1px #fff; border-bottom: dotted 1px #c0c0c0; }
259 hr { border:0; border-top: dotted 1px #fff; border-bottom: dotted 1px #c0c0c0; }
260 table p {margin:0; padding:0;}
260 table p {margin:0; padding:0;}
261 acronym {border-bottom:0;}
261
262
262 .highlight { background-color: #FCFD8D;}
263 .highlight { background-color: #FCFD8D;}
263
264
General Comments 0
You need to be logged in to leave comments. Login now