Skip to content

Commit 4c4c1f9

Browse files
authored
Merge branch 'master' into angle-brackets
2 parents 4bd66bf + 7b5f1e7 commit 4c4c1f9

File tree

5 files changed

+788
-1128
lines changed

5 files changed

+788
-1128
lines changed

app/templates/catch-all.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class="search"
99
placeholder="Search"
1010
@value={{search}}
11-
@enter="search"
11+
@enter={{action "search"}}
1212
required={{true}}
1313
/>
1414
</p>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a href="https://gitlab.com/{{ repository }}/pipelines">
22
<img
3-
src="https://gitlab.com/{{ repository }}/badges/{{ branch }}/build.svg"
3+
src="https://gitlab.com/{{ repository }}/badges/{{ branch }}/pipeline.svg"
44
alt="{{ text }}"
55
title="{{ text }}">
66
</a>

0 commit comments

Comments
 (0)