1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Minor improvements on commit graph UI (#1380)

* Make "Commit Graph" link a button and translate it

* Add title on Commit Graph page
This commit is contained in:
Andrey Nering
2017-03-23 23:32:40 -03:00
committed by Bo-Yi Wu
parent ae9b02b079
commit 6a451a2b59
3 changed files with 4 additions and 2 deletions

View File

@@ -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>

View File

@@ -5,6 +5,7 @@
<div id="git-graph-container" class="ui segment">
<h1>{{.i18n.Tr "repo.commit_graph"}}</h1>
<div id="rel-container">
<canvas id="graph-canvas">
<ul id="graph-raw-list">