aboutsummaryrefslogtreecommitdiffstats
path: root/client/templates/client/doc_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/templates/client/doc_edit.html')
-rw-r--r--client/templates/client/doc_edit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/templates/client/doc_edit.html b/client/templates/client/doc_edit.html
index 87efee4..278f34c 100644
--- a/client/templates/client/doc_edit.html
+++ b/client/templates/client/doc_edit.html
@@ -74,10 +74,10 @@
<div class="row">
<div class="col s12">
<br>
- <a class="btn waves-effect waves-light" onclick="window.history.back();" >
+ <a class="btn waves-effect waves-light {{color}}" onclick="window.history.back();" >
<i class="material-icons left">navigate_before</i>Indietro
</a>
- <a class="btn waves-effect waves-light" onclick="send('save')" >Salva
+ <a class="btn waves-effect waves-light {{color}}" onclick="send('save')" >Salva
<i class="material-icons right">save</i>
</a>
</div>