This commit is contained in:
Klaus Silveira
2013-03-12 09:52:52 -03:00
parent 17eb0f2849
commit f4bc9b8892
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
<h4>{{ commit.message }}</h4>
</div>
<div class="commit-body">
<img src="https://gravatar.com/avatar/{{ commit.author.email | md5 }}?s=32" class="pull-left space-right" />
<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>
</div>
</div>