Use commit timestamps for ElasticSearch and sort on last commit time.
[phorkie.git] / data / templates / revision.htm
1 {% extends "base.htm" %}
2 {% block title %}
3  {{repo.getTitle}}
4  - revision {{repo.hash}}
5 {% endblock %}
6
7 {% block content %}
8  {% include 'revision-head.htm' %}
9
10 {% for file in repo.getFiles %}
11  {% include 'display-file.htm' %}
12 {% endfor %}
13
14 {% endblock %}
15
16 {% block sidebar %}
17  {% include 'display-sidebar-history.htm' %}
18 {% endblock %}