Skip to content

Commit 853fa07

Browse files
committed
[issues] Small change
1 parent 1d91091 commit 853fa07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

issues.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ <h2>
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>

0 commit comments

Comments
 (0)