We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0636971 commit 1fcf16cCopy full SHA for 1fcf16c
templates/queue.html
@@ -130,7 +130,7 @@ <h1>
130
</div>
131
132
<div class="table-wrapper">
133
- <table id="table">
+ <table id="table" class="stripe">
134
<thead>
135
<tr>
136
<th class="select-checkbox"></th>
@@ -145,7 +145,6 @@ <h1>
145
<th>Rollup</th>
146
</tr>
147
</thead>
148
- <table id="table" class="stripe">
149
150
<tbody>
151
{% for pr in prs %}
@@ -157,6 +156,7 @@ <h1>
157
156
{% let pending_build = crate::templates::get_pending_build(pr) %}
158
<td class="status" data-status="{{ crate::templates::status_text(pr) }}"
159
{% if let Some(build) = pending_build %}
+ title="{{ build.created_at.format("%d.%m.%Y %H:%M:%S") }} UTC"
160
data-created-at="{{ build.created_at.timestamp_millis() }}"
161
{% endif %}>
162
0 commit comments