mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 18:51:10 +01:00
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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user