File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
app/assets/javascripts/discourse/app/templates/modal Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 21
21
<p class =" login-subheader" >{{ i18n
22
22
" create_account.subheader_title"
23
23
}} </p >
24
+ <PluginOutlet
25
+ @name =" create-account-header-bottom"
26
+ @outletArgs ={{ hash showLogin = (route-action " showLogin" )}}
27
+ />
24
28
</div >
25
29
{{ #if this.showCreateForm }}
26
30
Original file line number Diff line number Diff line change 13
13
<h1 class =" login-title" >{{ i18n " login.header_title" }} </h1 >
14
14
<img src ={{ this.wavingHandURL }} alt =" " class =" waving-hand" />
15
15
<p class =" login-subheader" >{{ i18n " login.subheader_title" }} </p >
16
+ <PluginOutlet
17
+ @name =" login-header-bottom"
18
+ @outletArgs ={{ hash createAccount = (action " createAccount" )}}
19
+ />
16
20
</div >
17
21
<form id =" login-form" method =" post" >
18
22
<div id =" credentials" class ={{ this.credentialsClass }} >
You can’t perform that action at this time.
0 commit comments