Skip to content

Commit 48007f6

Browse files
author
Christian Blanquera
committed
breadcrumb link fixes
1 parent e3a5415 commit 48007f6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Model/template/form.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@
2323
</li>
2424
{{else}}
2525
<li class="breadcrumb-item">
26-
<a href="../search">
26+
<a
27+
{{#when action '===' 'create'}}
28+
href="search"
29+
{{else}}
30+
href="../search"
31+
{{/when}}
32+
>
2733
<i class="fas fa-{{schema.icon}}"></i> {{schema.plural}}
2834
</a>
2935
</li>

0 commit comments

Comments
 (0)