1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-03 16:18:36 +00:00

fix style

This commit is contained in:
Unknwon
2015-08-21 00:32:46 +08:00
parent 4275b3720a
commit 6821527c95
2 changed files with 2 additions and 8 deletions

View File

@@ -9,6 +9,8 @@
<button class="ui black tiny button" data-panel="#add-deploy-key-panel">{{.i18n.Tr "repo.commits.find"}}</button>
</form>
</div>
{{else if .IsDiffCompare}}
<a href="{{$.RepoLink}}/commit/{{.BeforeCommitId}}" class="ui green sha label">{{ShortSha .BeforeCommitId}}</a> ... <a href="{{$.RepoLink}}/commit/{{.AfterCommitId}}" class="ui green sha label">{{ShortSha .AfterCommitId}}</a>
{{end}}
</h4>
<div class="ui attached table segment">