summaryrefslogtreecommitdiff
path: root/templates/account.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r--templates/account.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep
index f41f07f..b0e60cb 100644
--- a/templates/account.html.ep
+++ b/templates/account.html.ep
@@ -119,7 +119,7 @@
<button class="btn waves-effect waves-light" type="submit" name="action" value="generate">
Generieren
</button>
- <button class="btn waves-effect waves-light red" type="submit" name="action" value="delete">
+ <button class="btn waves-effect waves-light caution-color" type="submit" name="action" value="delete">
Löschen
</button>
%= end
@@ -213,7 +213,7 @@
</div>
<div class="input-field col s12 m12 l4 center-align">
%= csrf_field
- <button class="btn waves-effect waves-light red" type="submit" name="action" value="delete">
+ <button class="btn waves-effect waves-light caution-color" type="submit" name="action" value="delete">
Account löschen
</button>
</div>