2015-03-29 21:10:53 +03:00
|
|
|
<div class="gh-flow">
|
|
|
|
<header class="gh-flow-head">
|
|
|
|
<nav class="gh-flow-nav">
|
2019-12-13 17:20:29 +03:00
|
|
|
{{#if this.showBackLink}}
|
|
|
|
{{#link-to this.backRoute classNames="gh-flow-back"}}{{svg-jar "arrow-left-small"}} Back{{/link-to}}
|
2015-07-16 17:12:03 +03:00
|
|
|
{{/if}}
|
2015-03-29 21:10:53 +03:00
|
|
|
<ol>
|
2015-05-27 23:10:47 +03:00
|
|
|
{{#gh-activating-list-item route="setup.one" linkClasses="step"}}
|
2018-03-19 12:57:31 +03:00
|
|
|
{{svg-jar "check-circle"}}<span class="num">1</span>
|
2015-03-29 21:10:53 +03:00
|
|
|
{{/gh-activating-list-item}}
|
|
|
|
<li class="divider"></li>
|
2015-05-27 23:10:47 +03:00
|
|
|
{{#gh-activating-list-item route="setup.two" linkClasses="step"}}
|
2018-03-19 12:57:31 +03:00
|
|
|
{{svg-jar "check-circle"}}<span class="num">2</span>
|
2015-03-29 21:10:53 +03:00
|
|
|
{{/gh-activating-list-item}}
|
|
|
|
<li class="divider"></li>
|
2015-05-27 23:10:47 +03:00
|
|
|
{{#gh-activating-list-item route="setup.three" linkClasses="step"}}
|
2018-03-19 12:57:31 +03:00
|
|
|
{{svg-jar "check-circle"}}<span class="num">3</span>
|
2015-03-29 21:10:53 +03:00
|
|
|
{{/gh-activating-list-item}}
|
|
|
|
</ol>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<div class="gh-flow-content-wrap">
|
2015-07-16 17:12:03 +03:00
|
|
|
<section class="gh-flow-content">
|
|
|
|
{{outlet}}
|
|
|
|
</section>
|
2014-06-25 16:12:48 +04:00
|
|
|
</div>
|
2015-03-29 21:10:53 +03:00
|
|
|
</div>
|