diff options
author | Peter Žeby <morlinest@gmail.com> | 2017-03-27 12:46:46 +0200 |
---|---|---|
committer | Peter Žeby <morlinest@gmail.com> | 2017-03-27 12:46:46 +0200 |
commit | d0298ea2fbbd8014dbec0c8d4c6469e10efceacd (patch) | |
tree | 6d81e87d467413934090532d1ed9059ade1841ef /templates/repo/commits.tmpl | |
parent | 6a451a2b5986bf5c27f20a00000495da1064c386 (diff) | |
download | gitea-d0298ea2fbbd8014dbec0c8d4c6469e10efceacd.tar.gz gitea-d0298ea2fbbd8014dbec0c8d4c6469e10efceacd.zip |
Use whole button as link
Diffstat (limited to 'templates/repo/commits.tmpl')
-rw-r--r-- | templates/repo/commits.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl index ee52557fb0..20ad9ad02f 100644 --- a/templates/repo/commits.tmpl +++ b/templates/repo/commits.tmpl @@ -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" .}} |