mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
downcase the ago output
This commit is contained in:
parent
76dd51ca7c
commit
20841a7f5a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
<p class="site-url" style="margin-top: -9px;"><a href="http://<%= current_site.username %>.neocities.org" target="_blank">http://<%= current_site.username %>.neocities.org</a></p>
|
||||
<ul>
|
||||
<% if current_site.updated_at %>
|
||||
<li>Last updated <%= current_site.updated_at.ago %></li>
|
||||
<li>Last updated <%= current_site.updated_at.ago.downcase %></li>
|
||||
<% end %>
|
||||
<li>Using <strong><%= current_site.space_percentage_used %>% (<%= current_site.used_space_in_megabytes %>MB) of your <%= current_site.maximum_space_in_megabytes %> MB</strong>. <% if !current_site.supporter? %>Need more space? <a href="/plan">Become a Supporter!</a><% end %></li>
|
||||
<li><strong><%= current_site.hits.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %></strong> hits</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue