25 lines
850 B
Plaintext
Raw Normal View History

2017-06-27 12:56:22 +00:00
component NewSoundTrack(user *arn.User)
.widgets
.widget
2017-06-27 21:33:21 +00:00
h3 New soundtrack
2017-07-02 21:42:46 +00:00
.widget-input
label(for="soundcloud-link") Soundcloud link:
input#soundcloud-link.widget-element(type="text", placeholder="https://soundcloud.com/abc/123")
2017-06-27 21:33:21 +00:00
2017-07-02 21:42:46 +00:00
.widget-input
label(for="youtube-link") Youtube link:
input#youtube-link.widget-element(type="text", placeholder="https://www.youtube.com/watch?v=123")
2017-06-27 21:33:21 +00:00
2017-07-02 21:42:46 +00:00
.widget-input
label(for="anime-link") Anime link:
input#anime-link.widget-element(type="text", placeholder="https://notify.moe/anime/123")
.widget-input
label(for="osu-link") Osu beatmap (optional):
input#osu-link.widget-element(type="text", placeholder="https://osu.ppy.sh/s/123")
2017-06-27 12:56:22 +00:00
2017-06-27 21:33:21 +00:00
.buttons
button.action(data-action="createSoundTrack", data-trigger="click")
Icon("check")
span Add soundtrack