Hinweis-Text für das Entfernen von Einträgen.
This commit is contained in:
parent
5420cb81e7
commit
e0096b2fcb
|
@ -4,7 +4,10 @@
|
|||
.select-action {
|
||||
@extend .row;
|
||||
|
||||
margin-top: 25px;
|
||||
margin: {
|
||||
top: 25px;
|
||||
bottom: 25px;
|
||||
}
|
||||
|
||||
.new-node, .update-node {
|
||||
@extend .col-md-5;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue