mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-27 09:45:38 -05:00
Added link to the list of sites that use timeago
This commit is contained in:
parent
dee2f91d39
commit
1ed7ec0d34
1 changed files with 8 additions and 0 deletions
|
@ -179,6 +179,14 @@ def timeago(time, options = {})
|
||||||
content_tag(:abbr, time.to_s, options.merge(:title => time.getutc.iso8601)) if time
|
content_tag(:abbr, time.to_s, options.merge(:title => time.getutc.iso8601)) if time
|
||||||
end</pre>
|
end</pre>
|
||||||
|
|
||||||
|
<h3>Do you use Timeago?</h3>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Great! Please add your site to the list
|
||||||
|
of <a href="https://github.com/rmm5t/jquery-timeago/wiki/Sites-that-use-Timeago">Sites
|
||||||
|
that use Timeago</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div style="float:right;">
|
<div style="float:right;">
|
||||||
|
|
Loading…
Reference in a new issue