Merge pull request #6648 from svbergerem/fix-timeago-reshares

Fix timeago tooltips for reshares
This commit is contained in:
Dennis Schubert 2016-01-22 02:30:49 +01:00
commit 9c7b5bc0ce
2 changed files with 2 additions and 1 deletions

View file

@ -80,6 +80,7 @@ Contributions are very welcome, the hard work is done!
* Do not fail when submitting an empty comment in the mobile view [#6543](https://github.com/diaspora/diaspora/pull/6543)
* Limit flash message width on small devices [#6529](https://github.com/diaspora/diaspora/pull/6529)
* Add navbar on mobile when not logged in [#6483](https://github.com/diaspora/diaspora/pull/6483)
* Fix timeago tooltips for reshares [#6648](https://github.com/diaspora/diaspora/pull/6648)
## Features
* Support color themes [#6033](https://github.com/diaspora/diaspora/pull/6033)

View file

@ -15,7 +15,7 @@
<span class="details gray">
-
<a href="/posts/{{id}}">
<time class="timeago" datetime="{{created_at}}"/>
<time class="timeago" data-original-title="{{{localTime created_at}}}" datetime="{{created_at}}" />
</a>
</span>
</div>