{% extends theme("layout.html") %} {% import "utils.html" as utils %} {# map meta.action to font awesome classes #} {% set awesome_class = { 'REVERT': 'fa fa-undo', 'SAVE': 'fa fa-save', 'RENAME': 'fa fa-pencil-square-o', 'TRASH': 'fa fa-trash-o', } %} {% block head %} {{ super() }} {% endblock %} {% block content %}
HIST {% if bookmark_time -%} DIFF {%- endif %} | {{ meta.mtime|timeformat }} | {% if meta.name %} {{ meta.name|join(' | ') }} {% elif meta.summary %} {{ meta.summary }} {% else %} {{ rev.fqname|shorten_fqname }} {% endif %} |