mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Add user info, require authentication to edit a note
This commit is contained in:
@@ -167,7 +167,7 @@ export function uiCommit(context) {
|
||||
|
||||
userLink
|
||||
.append('a')
|
||||
.attr('class','user-info')
|
||||
.attr('class', 'user-info')
|
||||
.text(user.display_name)
|
||||
.attr('href', osm.userURL(user.display_name))
|
||||
.attr('tabindex', -1)
|
||||
|
||||
Reference in New Issue
Block a user