Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only show first 7 characters of commit hash
  • Loading branch information
timeu committed Feb 20, 2020
1 parent 7b51f99 commit 07304ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/base.html
Expand Up @@ -179,7 +179,7 @@
</li>
<li>
{% if version.github_url %}
<a href="{{ version.github_url}}/{{ version.githash }}" target="_blank">{{version.githash}}</a>
<a href="{{ version.github_url}}/{{ version.githash }}" target="_blank">{{version.githash |slice:"0:7"}}</a>
{% else %}
{{version.githash}}
{% endif %}
Expand Down

0 comments on commit 07304ed

Please sign in to comment.