diff options
Diffstat (limited to '')
-rw-r--r-- | templates/commit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/commit.html b/templates/commit.html index bf8da15..2f05b46 100644 --- a/templates/commit.html +++ b/templates/commit.html @@ -40,7 +40,7 @@ </div> <div> <br> - <p>jump to:</p> + <strong>jump to</strong> {{ range .diff }} <ul> <li><a href="#{{ .Name.New }}">{{ .Name.New }}</a></li> |