Hinweis-Text für das Entfernen von Einträgen.

This commit is contained in:
baldo 2016-01-08 22:38:12 +01:00
parent 5420cb81e7
commit e0096b2fcb
2 changed files with 11 additions and 1 deletions

View file

@ -4,7 +4,10 @@
.select-action {
@extend .row;
margin-top: 25px;
margin: {
top: 25px;
bottom: 25px;
}
.new-node, .update-node {
@extend .col-md-5;

View file

@ -13,4 +13,11 @@
<button ng-click="updateNode()"><i class="fa fa-pencil"></i> Ändere die Daten Deines Knotens</button>
</div>
</div>
<p>
<strong>
Hinweis:
Zum Entfernen von Knoten wende Dich bitte per E-Mail an
<a href="mailto:{{ config.community.contactEmail }}">{{ config.community.contactEmail }}</a>.
</strong>
</p>
</div>