More style and language adjustments

This commit is contained in:
Bryan Housel
2018-04-07 21:45:23 -04:00
parent 8ea2c7ff9a
commit 55e55e2021
4 changed files with 28 additions and 15 deletions
+3 -6
View File
@@ -40,9 +40,7 @@ export function uiSuccess(context) {
.attr('class', 'save-summary');
summary
.append('p')
.append('strong')
.append('em')
.append('h3')
.html(t('success.thank_you' + (_location ? '_location' : ''), { where: _location }));
summary
@@ -87,6 +85,7 @@ export function uiSuccess(context) {
summaryDetail
.append('a')
.attr('class', 'cell-detail summary-detail-view')
.attr('target', '_blank')
.attr('href', changesetURL)
.text(t('success.view_on_osm'));
@@ -150,9 +149,7 @@ export function uiSuccess(context) {
.attr('class', 'save-communityLinks');
communityLinks
.append('p')
.append('strong')
.append('em')
.append('h3')
.html(t('success.like_osm'));
var table = communityLinks