Skip to content

Commit

Permalink
Afegeix enllaç a osmcha.org pels conjunts de canvis
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Nov 19, 2024
1 parent d919676 commit 8f728c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/html.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ versio_canvi_kable <- function(x, titol) {
out <- paste0(out, ".")
}
} else {
x$changeset <- paste0("<a href=\"https://osm.org/changeset/", x$changeset, "\">", x$changeset, "</a>")
x$changeset <- paste0(
"<a href=\"https://osm.org/changeset/", x$changeset, "\">", x$changeset, "</a>",
" (<a href=\"https://osmcha.org/changeset/", x$changeset, "\">osmcha</a>)"
)
x$user <- paste0("<a href=\"https://osm.org/user/", x$user, "\">", x$user, "</a>")
out <- knitr::kable(
x,
Expand Down

0 comments on commit 8f728c4

Please sign in to comment.