diff options
Diffstat (limited to 'templates/repo/commits.tmpl')
-rw-r--r-- | templates/repo/commits.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl index 198f3cc08d..ee52557fb0 100644 --- a/templates/repo/commits.tmpl +++ b/templates/repo/commits.tmpl @@ -5,12 +5,12 @@ <div class="ui secondary menu"> {{template "repo/branch_dropdown" .}} <div class="fitted item"> - <div class="ui breadcrumb"> + <div class="ui basic small button"> <a href="{{.RepoLink}}/graph"> <span class="text"> <i class="octicon octicon-git-branch"></i> </span> - commit graph + {{.i18n.Tr "repo.commit_graph"}} </a> </div> </div> |