Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions templates/repo/home.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@
</div>
</div>
</div>
{{else}}
{{if not .IsViewFile}}
<div class="ui tiny blue buttons">
<a href="{{.RepoLink}}/commits/{{EscapePound .BranchNameSubURL}}/{{EscapePound .TreePath}}" class="ui compact button">
{{.i18n.Tr "repo.file_history"}}
</a>
</div>
{{end}}
{{end}}
</div>
</div>
Expand Down