13 lines
No EOL
575 B
Handlebars
13 lines
No EOL
575 B
Handlebars
{{#if isShowingModal}}
|
|
{{#modal-dialog close="close" alignment="center" translucentOverlay=true attachment="center" targetAttachment="center"}}
|
|
|
|
<p>Enter a <a href="https://soundcloud.com">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}}
|
|
|
|
{{#paper-button action="close"}}Close{{/paper-button}}
|
|
{{#paper-button class="pull-right" action="add" disabled=saveDisabled primary=true}}Add Music{{/paper-button}}
|
|
|
|
{{/modal-dialog}}
|
|
{{/if}} |