d93c92e4f5
* add NavHeader component * use NavHeader in SplashPage component and application.hbs * let download button take a block * add RadialProgress component * use RadialProgress in ShamirFlow component * style up the RadialProgress component * update ember-basic-dropdown, ember-basic-dropdown-hover * rework operation token generation workflow * directly depend on ember-maybe-in-element
8 lines
190 B
Handlebars
8 lines
190 B
Handlebars
<button class="link {{linkClass}}" {{action "openOverlay"}}>
|
|
{{yield}}
|
|
</button>
|
|
|
|
{{#maybe-in-element modalContainer false}}
|
|
{{partial "partials/upgrade-overlay"}}
|
|
{{/maybe-in-element}}
|