This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<h2>Staging</h2>
|
<h2>Staging</h2>
|
||||||
<p>Branch: <b th:text="${branch}"></b></p>
|
<p>Branch: <b th:text="${branch}"></b></p>
|
||||||
<table th:if="${commitsAhead != null}" border="0" cellpadding="0" cellspacing="0">
|
<table th:if="${commitsAhead != null}" border="0" cellpadding="4" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td><span th:text="${commitsAhead}"></span> ahead, <span th:text="${commitsBehind}"></span> behind</td>
|
<td><span th:text="${commitsAhead}"></span> ahead, <span th:text="${commitsBehind}"></span> behind</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user