Use commit timestamps for ElasticSearch and sort on last commit time.
[phorkie.git] / data / templates / new.htm
index 7548c2ad98d66851494b491aad4628a7afc8a57b..0f6971961ed8afb5fef589c7fd3c6cd7ce9364ba 100644 (file)
@@ -38,7 +38,7 @@ $(document).ready(function() {
 
 {% block sidebar %}
  {% if recents.results %}
- <h3>Recently created</h3>
+ <h3>Recently updated</h3>
  <ul>
  {% for repo in recents.repos %}
    {% include 'repo-sidebar-list.htm' %}