Skip to content

Commit ccba1fb

Browse files
committed
Use has-block helper
1 parent 3a2a7ac commit ccba1fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon/templates/components/es-button.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
...attributes
66
{{on "click" this.buttonClicked}}
77
>
8-
{{#if hasBlock}}
8+
{{#if (has-block)}}
99
{{yield}}
1010
{{else}}
1111
{{@label}}

addon/templates/components/es-header.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{{/each}}
3030
</ul>
3131

32-
{{#if hasBlock}}
32+
{{#if (has-block)}}
3333
<div class="navbar-end">
3434
{{yield}}
3535
</div>

0 commit comments

Comments
 (0)