diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/sparkles/new.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/sparkles/new.html.tmpl b/app/views/sparkles/new.html.tmpl deleted file mode 100644 index 077cb54..0000000 --- a/app/views/sparkles/new.html.tmpl +++ /dev/null @@ -1,5 +0,0 @@ -<form v-on:submit.prevent="submitSparkle"> - <label>/sparkle <input type="text" placeholder="@tanuki for helping me with my homework!" v-model="sparkle" /> </label> - <button type="submit" v-bind:disabled="isDisabled">✨ Sparkle</button> -</form> -<span class="error">${ errorMessage }</span> |
