format template
This commit is contained in:
parent
436cee1ad2
commit
ede1f4bf6f
@ -1,21 +1,36 @@
|
||||
<DSection @bodyClass={{this.bodyClass}} @class="container">
|
||||
<WatchRead @action={{action "markFaqRead"}} @path={{@model.path}}>
|
||||
<div class="contents clearfix body-page">
|
||||
|
||||
<PluginOutlet @name="above-static" @tagName="span" @connectorTagName="div" />
|
||||
<PluginOutlet
|
||||
@name="above-static"
|
||||
@tagName="span"
|
||||
@connectorTagName="div"
|
||||
/>
|
||||
|
||||
{{html-safe @model.html}}
|
||||
|
||||
<PluginOutlet @name="below-static" @connectorTagName="div" />
|
||||
<PluginOutlet
|
||||
@name="below-static"
|
||||
@connectorTagName="div"
|
||||
/>
|
||||
|
||||
{{#if this.anyButtons}}
|
||||
<div class="body-page-button-container">
|
||||
{{#if this.showSignupButton}}
|
||||
<DButton @action={{route-action "showCreateAccount"}} @class="btn-primary sign-up-button" @label="sign_up" />
|
||||
<DButton
|
||||
@action={{route-action "showCreateAccount"}}
|
||||
@class="btn-primary sign-up-button"
|
||||
@label="sign_up"
|
||||
/>
|
||||
{{/if}}
|
||||
|
||||
{{#if this.showLoginButton}}
|
||||
<DButton @action={{route-action "showLogin"}} @class="btn-primary login-button" @icon="user" @label="log_in" />
|
||||
<DButton
|
||||
@action={{route-action "showLogin"}}
|
||||
@class="btn-primary login-button"
|
||||
@icon="user"
|
||||
@label="log_in"
|
||||
/>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user