1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

[Branch View] show "New Pull Request" Button only if posible (#7977)

* add check Commits Ahead is gt 0

* code format
to start drone-ci test again
and formate code is also nice :)
This commit is contained in:
6543
2019-08-26 12:47:41 +02:00
committed by Lauris BH
parent c9546d4cdd
commit 5409dec8fd
3 changed files with 19 additions and 24 deletions

View File

@@ -2,8 +2,6 @@
<div class="repository commits">
{{template "repo/header" .}}
<div class="ui container">
<div id="git-graph-container" class="ui segment">
<h1>{{.i18n.Tr "repo.commit_graph"}}</h1>
<div id="rel-container">
@@ -37,9 +35,6 @@
</ul>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}