{% extends "projector/project/repository/browse.html" %} {% load i18n %} {% load gravatar_tags %} {% load richtemplates_tags %} {% load pagination_tags %} {% load projector_tags %} {% if root.is_file %} {% block head-css %}{{ block.super }} {% endblock %} {% endif %} {% block info-block %}
{% trans "Changesets count" %} | {{ repository.revisions|length }} |
---|
{% trans "Revision" %} | {% trans "Differences" %} | {% trans "Commited at" %} | {% trans "Author" %} | {% trans "Message" %} |
---|---|---|---|---|
{{ changeset.revision }}:{{ changeset.raw_id }} |
|
{{ changeset.date|timesince }} {% trans "ago" %} |
{% fetch_user changeset.author as "author" %}
{% if author %}
|
{{ changeset.message|tooltip:"90" }} |