{% from "/shared/macros.html" import tree_ish_select with context %} {% extends "/shared/base.html" %} {% block title %}{{ repo_dir }}/{{ repo_name }}{% endblock %} {% block title2 %}Commits{% endblock %} {% block header_one %}{{ repo_dir }} / {{ repo_name }}{% endblock %} {% block main %}
|
{{ log.subject|truncate(55) }}
{{ log.author_email|truncate(12) }}
{{ log.commit_date.strftime("%Y-%m-%d") }}
|
{{ log.commit_hash|truncate(10) }} | {{ macros.feather_img('code') }} |