Add contact icon to repository overview (#1855)

Show repository contact on repository overview with "mail to" action if contact is set. Click on this icon to send a mail to the contact.
This commit is contained in:
Eduard Heimbuch
2021-11-11 14:50:11 +01:00
committed by GitHub
parent 7a72359bc9
commit 4ed6a40cde
5 changed files with 185 additions and 32 deletions

View File

@@ -61,7 +61,8 @@
"createButton": "Repository hinzufügen",
"filterRepositories": "Repositories filtern",
"allNamespaces": "Alle Namespaces",
"clone": "Clone/Checkout"
"clone": "Clone/Checkout",
"contact": "E-Mail senden an {{contact}}"
},
"create": {
"title": "Repository hinzufügen",

View File

@@ -61,7 +61,8 @@
"createButton": "Add Repository",
"filterRepositories": "Filter repositories",
"allNamespaces": "All namespaces",
"clone": "Clone/Checkout"
"clone": "Clone/Checkout",
"contact": "Send mail to {{contact}}"
},
"create": {
"title": "Add Repository",