File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ <h1>Homu queue - {% if repo_url %}<a href="{{repo_url}}" target="_blank">{{repo_
174
174
{% for state in states %}
175
175
< tr class ="{{state.greyed}} ">
176
176
< td class ="hide "> {{loop.index}}</ td >
177
- < 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 >
177
+ < td > < input type ="checkbox " data-num ="{{state.num}} " {{ '' if ((state.status == 'approved ' or (state.status == 'pending ' and not state.try_)) and state.rollup ! = 'never ') else 'disabled' }}> </ td >
178
178
{% if multiple %}
179
179
< td > < a href ="{{state.repo_url}} "> {{state.repo_label}}</ a > </ td >
180
180
{% endif %}
You can’t perform that action at this time.
0 commit comments