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_
174174 {% for state in states %}
175175 < tr class ="{{state.greyed}} ">
176176 < 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 >
178178 {% if multiple %}
179179 < td > < a href ="{{state.repo_url}} "> {{state.repo_label}}</ a > </ td >
180180 {% endif %}
You can’t perform that action at this time.
0 commit comments