Skip to content

Commit f76726e

Browse files
committed
[issues] Update syntax from $url to url()
1 parent e0e5588 commit f76726e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

issues.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<body>
1212

1313
<div mv-app id="issues"
14-
mv-storage="https://github.com/w3c/csswg-drafts/{$url.spec}/issues-{url('doc')}.yaml"
14+
mv-storage="https://github.com/w3c/csswg-drafts/{url('spec')}/issues-{url('doc')}.yaml"
1515
mv-github-commit-prefix="[{url('spec')}] " mv-if="url('spec')">
1616
<header>
1717
<div class="mv-bar mv-ui mv-fixed"></div>
1818
<h1>
1919
<a href="{url('spec')}" mv-attribute="null" property="title"></a>
2020
</h1>
2121
<h2>
22-
<span class="doc">Disposition of Comments ({replace(uppercase($url.doc), '-', ' ')})</span>
22+
<span class="doc">Disposition of Comments ({replace(uppercase(url('doc')), '-', ' ')})</span>
2323
<span class="count">{count(issue)} issues</span>
2424
</h2>
2525
</header>
@@ -132,7 +132,7 @@ <h1>
132132
</select>
133133
</div>
134134
</div>
135-
<div mv-app mv-if="!$url.spec">
135+
<div mv-app mv-if="!url('spec')">
136136
<header>
137137
<div class="mv-bar mv-ui mv-fixed"></div>
138138
<h1>

0 commit comments

Comments
 (0)