Added delete feature for nodes.

This commit is contained in:
baldo 2016-05-16 18:27:03 +02:00
commit 79aadc85c2
20 changed files with 300 additions and 20 deletions

View file

@ -1,4 +1,8 @@
f-token-form {
form {
margin-bottom: 10px;
}
.main-error {
@extend .alert, .alert-danger;
}