Sha256: 3d9880a020608c81b4156db7fbe9ecf717cac4ff3b946f9eab3e599a8dc8eee4
Contents?: true
Size: 411 Bytes
Versions: 3
Compression:
Stored size: 411 Bytes
Contents
<p> <a href="<%= shorturl @short %>"><%= @short %></a> points at <a href="<%= @long %>"><%= shorten @long %></a>. <% if @hits > 0 %> It's been hit <b><%= @hits %></b> time<%= "s" if @hits != 1 %>, most recently <b data-at="<%= @time %>">timestamp</b>. <% end %> <% if @limit > 0 %> It can be hit <b><%= @limit %> more time<%= "s" if @limit != 1 %></b> before it disappears. <% end %> </p>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
oso-2.0.1 | lib/oso/views/stat.rhtml |
oso-2.0.0 | lib/oso/views/stat.rhtml |
oso-1.0.1 | lib/oso/views/stat.rhtml |