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 b789ca1 commit 76bbb55Copy full SHA for 76bbb55
app/components/privileged-action.hbs
@@ -1,14 +1,14 @@
1
{{#if this.isPrivileged}}
2
- <div>
+ <div ...attributes>
3
{{yield}}
4
</div>
5
{{else if this.canBePrivileged}}
6
{{#if (has-block 'placeholder')}}
7
8
{{yield to='placeholder'}}
9
10
{{else}}
11
- <div local-class='placeholder'>
+ <div local-class='placeholder' ...attributes>
12
<fieldset data-test-placeholder-fieldset disabled="disabled">
13
14
</fieldset>
@@ -18,7 +18,7 @@
18
19
{{/if}}
20
21
22
{{#if (has-block 'unprivileged')}}
23
{{yield to='unprivileged'}}
24
0 commit comments