Browse Source

Use whole button as link

for-closed-social
Peter Žeby 7 years ago
parent
commit
d0298ea2fb
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      templates/repo/commits.tmpl

+ 1
- 3
templates/repo/commits.tmpl View File

@ -5,14 +5,12 @@
<div class="ui secondary menu">
{{template "repo/branch_dropdown" .}}
<div class="fitted item">
<div class="ui basic small button">
<a href="{{.RepoLink}}/graph">
<a href="{{.RepoLink}}/graph" class="ui basic small button">
<span class="text">
<i class="octicon octicon-git-branch"></i>
</span>
{{.i18n.Tr "repo.commit_graph"}}
</a>
</div>
</div>
</div>
{{template "repo/commits_table" .}}

Loading…
Cancel
Save