Skip to content

Commit 2dfa7d2

Browse files
committed
Move sync and warning message to bottom of page
But still keep sync button scary.
1 parent 2f63138 commit 2dfa7d2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

homu/html/queue.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,8 @@ <h1>Homu queue - {% if repo_url %}<a href="{{repo_url}}" target="_blank">{{repo_
150150

151151
<p>
152152
<button type="button" id="expand-rollup">Create a rollup</button>
153-
<button type="button" id="synch">Synchronize</button>
154153
</p>
155154

156-
<p style="color: #ff6347">Caution: Synchronization has some caveats. Please follow the steps described in <a href="https://forge.rust-lang.org/infra/docs/bors/queue-resync.html"><i>Fixing inconsistencies in the bors queue</i></a>.</p>
157-
158155
<div id="actual-rollup" class="hide">
159156
<p>This will create a new pull request consisting of <span id="checkbox-count">0</span> PRs.</p>
160157
<p>A rollup is useful for shortening the queue, but jumping the queue is unfair to older PRs who have waited too long.</p>
@@ -230,6 +227,11 @@ <h1>Homu queue - {% if repo_url %}<a href="{{repo_url}}" target="_blank">{{repo_
230227

231228
<p><a href="../retry_log/{{repo_label}}">Open retry log</a></p>
232229

230+
<p>
231+
<button type="button" id="synch">Synchronize</button>
232+
</p>
233+
<p style="color: #ff6347">Caution: Synchronization has some caveats. Please follow the steps described in <a href="https://forge.rust-lang.org/infra/docs/bors/queue-resync.html"><i>Fixing inconsistencies in the bors queue</i></a>.</p>
234+
233235
<script src="../assets/jquery.min.js"></script>
234236
<script src="../assets/jquery.dataTables.min.js"></script>
235237

0 commit comments

Comments
 (0)