File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6262 </ fieldset >
6363 </ div >
6464
65- < article property ="issue " mv-multiple class ="status-{status} issue-{openness} {if(or(filtered) , 'filtered')} " id ="issue-{id} ">
66- < meta property ="filtered " content ="{!get( openFilter, openness) .show} " />
67- < meta property ="filtered " content ="{status and !get( statusFilter, status) .show} " />
68- < meta property ="filtered " content ="{count(selectedTags) and ! intersects(tag, selectedTags)} " />
65+ < article property ="issue " mv-multiple class ="status-{status} issue-{openness} {if(and(shown), '' , 'filtered')} " id ="issue-{id} ">
66+ < meta property ="shown " content ="{openFilter[ openness] .show} " />
67+ < meta property ="shown " content ="{! status or statusFilter[ status] .show} " />
68+ < meta property ="shown " content ="{! count(selectedTags) or intersects(tag, selectedTags)} " />
6969
7070 < h1 >
7171 < a href ="#issue-{id} " property ="id " mv-attribute ="null " mv-default ="{$previous.id + 1} "> 1</ a >
You can’t perform that action at this time.
0 commit comments