14 lines
No EOL
688 B
Handlebars
14 lines
No EOL
688 B
Handlebars
{{#if isShowingModal}}
|
|
{{#modal-dialog close="close" alignment="center" translucentOverlay=true attachment="center" targetAttachment="center"}}
|
|
|
|
<p>Enter a <a href="https://soundcloud.com" onclick="window.open('https://soundcloud.com', '_system');">SoundCloud</a> track or playlist/set URL</p>
|
|
<p>( ex. https://soundcloud.com/mrsuicidesheep/tracks )</p>
|
|
|
|
{{paper-input label="SoundCloud URL" icon="search" value=url onChange=(action (mut url))}}
|
|
|
|
<div>
|
|
{{paper-button onClick=(action "close") label="Close"}}
|
|
{{paper-button class="pull-right" onClick=(action "add") disabled=saveDisabled primary=true label="Add Music"}}
|
|
</div>
|
|
{{/modal-dialog}}
|
|
{{/if}} |