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 27de04a commit c7cf2baCopy full SHA for c7cf2ba
homu/html/queue.html
@@ -166,7 +166,7 @@ <h1>Homu queue - {% if repo_url %}<a href="{{repo_url}}" target="_blank">{{repo_
166
{% for state in states %}
167
<tr class="{{state.greyed}}">
168
<td class="hide">{{loop.index}}</td>
169
- <td><input type="checkbox" data-num="{{state.num}}" {{ '' if state.status == 'approved' else 'disabled' }}></td>
+ <td><input type="checkbox" data-num="{{state.num}}" {{ '' if ((state.status == 'approved' or (state.status == 'pending' and !state.try_)) and state.rollup != 'never') else 'disabled' }}></td>
170
{% if multiple %}
171
<td><a href="{{state.repo_url}}">{{state.repo_label}}</a></td>
172
{% endif %}
0 commit comments