Fix typo.

This commit is contained in:
Koji Ishiwatari
2018-09-04 06:20:33 +09:00
parent 22d8fdd81a
commit 1a8f476a81

View File

@@ -7,7 +7,7 @@
<div class="box-content" style="line-height: 20pt; margin-bottom: 6px; padding: 10px 6px 10px 10px; background-color: #fff9ea">
<strong><i class="menu-icon octicon octicon-git-branch"></i><span class="muted">@branch</span></strong>
<a class="pull-right btn btn-success" style="position: relative; top: -4px;"
href="@helpers.url(repository)/compare/@{parent.owner}:@{helpers.helpers.encodeRefname(parent.repository.defaultBranch)}...@{repository.owner}:@{helpers.encodeRefname(branch)}">Compare & pull request</a>
href="@helpers.url(repository)/compare/@{parent.owner}:@{helpers.encodeRefname(parent.repository.defaultBranch)}...@{repository.owner}:@{helpers.encodeRefname(branch)}">Compare & pull request</a>
</div>
}
}