Skip to content

Commit cb40c18

Browse files
committed
[issues] Change to new id querying and URL param syntax
1 parent 79827d8 commit cb40c18

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

issues.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Disposition of Comments</title>
6-
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
6+
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css">
77
<link rel="stylesheet" href="issues.css">
8-
<script src="https://get.mavo.io/mavo.js"></script>
8+
<script src="https://dev.mavo.io/dist/mavo.js"></script>
99
<!-- <script src="../../mavo/dist/mavo.js"></script> -->
1010
</head>
1111
<body>
1212

1313
<div mv-app id="issues"
14-
mv-storage="https://github.com/w3c/csswg-drafts/{$url.spec}/issues-{$url.doc}.yaml"
15-
mv-github-commit-prefix="[{$url.spec}] " mv-if="$url.spec">
14+
mv-storage="https://github.com/w3c/csswg-drafts/{$url.spec}/issues-{url('doc')}.yaml"
15+
mv-github-commit-prefix="[{url('spec')}] " mv-if="url('spec')">
1616
<header>
1717
<div class="mv-bar mv-ui mv-fixed"></div>
1818
<h1>
19-
<a href="{$url.spec}" mv-attribute="null" property="title"></a>
19+
<a href="{url('spec')}" mv-attribute="null" property="title"></a>
2020
</h1>
2121
<h2>
2222
<span class="doc">Disposition of Comments ({replace(uppercase($url.doc), '-', ' ')})</span>
@@ -63,8 +63,8 @@ <h2>
6363
</div>
6464

6565
<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}" />
66+
<meta property="shown" content="{openFilter['id=' & openness].show}" />
67+
<meta property="shown" content="{!status or statusFilter['id=' & status].show}" />
6868
<meta property="shown" content="{!count(selectedTags) or intersects(tag, selectedTags)}" />
6969

7070
<h1>

0 commit comments

Comments
 (0)