By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 commit.txt

View raw Download
text/plain • 260 B
ASCII text
        
            
1
{% extends "mail.txt" %}
2
{% block content %}
3
{% trans repo=repo.route, commit=commit.mess %}# New commit in {{ repo }}{% endtrans %}
4
5
{% trans %}Commited by{% endtrans} {{ commit.owner.username }}
6
7
---------------------------------------
8
9
{{ commit.message }}
10