add args to user preference plugin outlets
This commit is contained in:
parent
bd77795d7a
commit
03586066ab
|
@ -24,4 +24,4 @@
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{plugin-outlet name="user-preferences-apps"}}
|
{{plugin-outlet name="user-preferences-apps" args=(hash model=model save=(action "save"))}}
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{plugin-outlet name="user-preferences-categories"}}
|
{{plugin-outlet name="user-preferences-categories" args=(hash model=model save=(action "save"))}}
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
|
|
||||||
{{plugin-outlet name="user-preferences-emails"}}
|
{{plugin-outlet name="user-preferences-emails" args=(hash model=model save=(action "save"))}}
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{plugin-outlet name="user-preferences-interface"}}
|
{{plugin-outlet name="user-preferences-interface" args=(hash model=model save=(action "save"))}}
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
<div class="instructions">{{i18n 'user.muted_users_instructions'}}</div>
|
<div class="instructions">{{i18n 'user.muted_users_instructions'}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{plugin-outlet name="user-preferences-notifications"}}
|
{{plugin-outlet name="user-preferences-notifications" args=(hash model=model save=(action "save"))}}
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{plugin-outlet name="user-preferences-profile"}}
|
{{plugin-outlet name="user-preferences-profile" args=(hash model=model save=(action "save"))}}
|
||||||
|
|
||||||
{{plugin-outlet name="user-custom-preferences" args=(hash model=model)}}
|
{{plugin-outlet name="user-custom-preferences" args=(hash model=model)}}
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{plugin-outlet name="user-preferences-tags"}}
|
{{plugin-outlet name="user-preferences-tags" args=(hash model=model save=(action "save"))}}
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue