Skip to content

Commit

Permalink
Relabel reade more link in popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ut committed Jan 9, 2025
1 parent 5ef5f45 commit 144226c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/helpers/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function PopupFullContent(place) {
content += "<p>" + teaser + "</p>";
}
if (place.url) {
content += "<p><a href='" + place.url + "'>Read more</a></p>";
content += "<p><a href='" + place.url + "'>&gt;&gt;</a></p>";
}
if (place.edit_link) {
content += "<p class='text-right'>" + place.edit_link + "</p>";
Expand Down

0 comments on commit 144226c

Please sign in to comment.