mirror of
https://github.com/kennethreitz-archive/reflog.git
synced 2026-06-05 15:30:19 +00:00
github template update
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
{% for commit in commits %}
|
||||
|
||||
<li>
|
||||
|
||||
<a href="mailto:{{ commit.email }}">{{ commit.author }}</a>
|
||||
<pre> {{ commit.message }}</pre>
|
||||
<pre>[{{ commit.author }}] {{ commit.message }}</pre>
|
||||
</li>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user