Show timestamp when hovering on comment time-ago string. Closes #4042

This commit is contained in:
embs 2013-03-08 00:26:40 -03:00
parent 20484fd3dd
commit e7daa978e3
3 changed files with 3 additions and 2 deletions

View file

@ -18,6 +18,7 @@
* Deleting a post that was shared to Facebook now deletes it from Facebook too [#3980]( https://github.com/diaspora/diaspora/pull/3980) * Deleting a post that was shared to Facebook now deletes it from Facebook too [#3980]( https://github.com/diaspora/diaspora/pull/3980)
* Include reshares in a users public atom feed [#1781](https://github.com/diaspora/diaspora/issues/1781) * Include reshares in a users public atom feed [#1781](https://github.com/diaspora/diaspora/issues/1781)
* Add the ability to upload photos from the mobile site. [#4004](https://github.com/diaspora/diaspora/issues/4004) * Add the ability to upload photos from the mobile site. [#4004](https://github.com/diaspora/diaspora/issues/4004)
* Show timestamp when hovering on comment time-ago string. [#4042](https://github.com/diaspora/diaspora/issues/4042)
# 0.0.3.2 # 0.0.3.2

View file

@ -22,6 +22,6 @@
</div> </div>
<div class="info"> <div class="info">
<time class="timeago" datetime="{{created_at}}"/> <time class="timeago" data-original-title="{{{localTime created_at}}}" datetime="{{created_at}}"/>
</div> </div>
</div> </div>

View file

@ -22,6 +22,6 @@
</div> </div>
<div class="info"> <div class="info">
<time class="timeago" datetime="{{created_at}}"/> <time class="timeago" data-original-title="{{{localTime created_at}}}" datetime="{{created_at}}"/>
</div> </div>
</div> </div>