add link to history html page
This commit is contained in:
parent
670d15e4c9
commit
dffe87909d
1 changed files with 4 additions and 0 deletions
|
@ -322,6 +322,10 @@ page << <<EOJ
|
|||
history.appendChild(item);
|
||||
}
|
||||
div.appendChild(history);
|
||||
var link = document.createElement("a");
|
||||
link.appendChild(document.createTextNode("History"));
|
||||
link.href = "/browse/"+this.type+"/"+this.feature.osm_id+"/history";
|
||||
div.appendChild(link);
|
||||
$("object").appendChild(div);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue