diff options
Diffstat (limited to 'templates/repo/settings/options.tmpl')
-rw-r--r-- | templates/repo/settings/options.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index 1a7884bde2..21eaf6a651 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -733,7 +733,7 @@ <span class="field"> {{if .CodeIndexerStatus}} <a rel="nofollow" class="ui sha label" href="{{.RepoLink}}/commit/{{.CodeIndexerStatus.CommitSha}}"> - <span class="shortsha">{{ShortSha .CodeIndexerStatus.CommitSha}}</span> + {{ShortSha .CodeIndexerStatus.CommitSha}} </a> {{else}} <span>{{ctx.Locale.Tr "repo.settings.admin_indexer_unindexed"}}</span> @@ -752,7 +752,7 @@ <span class="field"> {{if and .StatsIndexerStatus .StatsIndexerStatus.CommitSha}} <a rel="nofollow" class="ui sha label" href="{{.RepoLink}}/commit/{{.StatsIndexerStatus.CommitSha}}"> - <span class="shortsha">{{ShortSha .StatsIndexerStatus.CommitSha}}</span> + {{ShortSha .StatsIndexerStatus.CommitSha}} </a> {{else}} <span>{{ctx.Locale.Tr "repo.settings.admin_indexer_unindexed"}}</span> |