mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Add link to report missing info in the community list
This commit is contained in:
+14
-1
@@ -50,7 +50,7 @@ export function uiSuccess(context) {
|
||||
.append('p')
|
||||
.text(t('success.help_html'))
|
||||
.append('a')
|
||||
.attr('class', 'details')
|
||||
.attr('class', 'link-out')
|
||||
.attr('target', '_blank')
|
||||
.attr('tabindex', -1)
|
||||
.attr('href', t('success.help_link_url'))
|
||||
@@ -164,6 +164,19 @@ export function uiSuccess(context) {
|
||||
|
||||
communityDetail
|
||||
.each(showCommunityDetails);
|
||||
|
||||
communityLinks
|
||||
.append('div')
|
||||
.attr('class', 'community-missing')
|
||||
.text(t('success.missing'))
|
||||
.append('a')
|
||||
.attr('class', 'link-out')
|
||||
.attr('target', '_blank')
|
||||
.attr('tabindex', -1)
|
||||
.call(svgIcon('#icon-out-link', 'inline'))
|
||||
.attr('href', 'https://github.com/osmlab/osm-community-index/issues')
|
||||
.append('span')
|
||||
.text(t('success.tell_us'));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user