FIX: Incorrect parameter being passed to component.
This commit is contained in:
parent
0a25df67bc
commit
efc21366ae
|
@ -34,7 +34,7 @@
|
|||
→ {{bound-avatar-template model.user_changes.current.avatar_template "small"}} {{model.user_changes.current.username}}
|
||||
{{/if}}
|
||||
{{#if model.wiki_changes}}
|
||||
— {{disabled-icon icon="pencil-square-o" secondary=wikiDisabled}}
|
||||
— {{disabled-icon icon="pencil-square-o" disabled=wikiDisabled}}
|
||||
{{/if}}
|
||||
{{#if model.post_type_changes}}
|
||||
— {{disabled-icon icon="shield" disabled=postTypeDisabled}}
|
||||
|
@ -59,7 +59,7 @@
|
|||
{{/if}}
|
||||
{{#if model.wiki_changes}}
|
||||
<div class="row">
|
||||
{{disabled-icon icon="pencil-square-o" secondary=wikiDisabled}}
|
||||
{{disabled-icon icon="pencil-square-o" disabled=wikiDisabled}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if model.post_type_changes}}
|
||||
|
|
Loading…
Reference in New Issue