{% extends "repository/repository.html" %} {% block menu_log_class %}selected{% endblock %} {% block content %}
Author | ID | Commit time |
{% if commit.author.name|length > 0 %} {{ commit.author.name }} {% else %} [anonymous] {% endif %} | {{ commit.short_id }} | {{ commit_time(commit.commit_time, commit.commit_time_offset)|ago }} |