We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6ba25 commit 8496714Copy full SHA for 8496714
1 file changed
base-config.yaml
@@ -247,7 +247,7 @@ messages:
247
{% for commit in commits %}
248
{% if commit.distinct %}
249
<li>
250
- <code><a href="{{ commit.url }}">{{ commit.id[:8] }}</a></code>
+ <a href="{{ commit.url }}"><code>{{ commit.id[:8] }}</code></a>
251
{{ util.cut_message(commit.message)|e }}
252
{% if commit.author.username != sender.login %}
253
by {{ commit_user_link(commit.author) }}
0 commit comments