Added DateTime format configuration to config.ini, fixes #362

This commit is contained in:
Klaus Silveira
2014-05-17 10:18:12 -03:00
parent f8b29db8c3
commit dbde52ca7e
7 changed files with 16 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
<p>{{ commit.body | nl2br }}</p>
{% endif %}
<img src="https://gravatar.com/avatar/{{ commit.author.email | lower | md5 }}?s=32" class="pull-left space-right" />
<span><a href="mailto:{{ commit.author.email }}">{{ commit.author.name }}</a> authored on {{ commit.date | date('d/m/Y \\a\\t H:i:s') }}<br />Showing {{ commit.changedFiles }} changed files</span>
<span><a href="mailto:{{ commit.author.email }}">{{ commit.author.name }}</a> authored on {{ commit.date | format_date }}<br />Showing {{ commit.changedFiles }} changed files</span>
</div>
</div>