diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2017-03-30 20:29:57 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-30 20:29:57 -0300 |
commit | fac7a6fecf266046dbd205811a9f907704729059 (patch) | |
tree | 962bb7b874fa36b8459987ba9d1014152df97cbf /templates | |
parent | 4fa691c4dd57a1514bcbf698c32149e3ba81993f (diff) | |
parent | d0298ea2fbbd8014dbec0c8d4c6469e10efceacd (diff) | |
download | gitea-fac7a6fecf266046dbd205811a9f907704729059.tar.gz gitea-fac7a6fecf266046dbd205811a9f907704729059.zip |
Merge pull request #1390 from Morlinest/commit-graph-UI
Use whole button (commit graph) as link
Diffstat (limited to 'templates')
-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" .}} |