We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cb4a8 commit cbfb9cbCopy full SHA for cbfb9cb
client/app/templates/application.hbs
@@ -1,5 +1,5 @@
1
<header>
2
- <h1><a href='http://unspace.ca' class='un' target='_blank'>Un</a><span class='dash'>-</span>Uploader</h1>
+ <h1><a href="https://unspace.ca" class="un" target="_blank">Un</a><span class="dash">-</span>Uploader</h1>
3
</header>
4
5
<main>
client/app/templates/images.hbs
@@ -2,6 +2,6 @@
<ul class="images-list">
{{#each image in newest}}
- {{image-item tagName='li' image=image error=error}}
+ {{image-item tagName="li" image=image error=error}}
6
{{/each}}
7
</ul>
0 commit comments