[openstreetmap/openstreetmap-website] Add permalinks to changeset comments (PR #4789)
Tom Hughes
notifications at github.com
Tue Mar 4 21:33:52 UTC 2025
@tomhughes requested changes on this pull request.
> @@ -53,6 +53,9 @@
:url => api_changeset_comment_visibility_path(comment) } %>
<% end %>
</small>
+ <a href="#c<%= comment.id %>">
+ <div class="icon link" style="transform: rotate(-45deg);"></div>
Inline styles aren't allowed by our security policy in production - this will either need to be in the stylesheet or we could just change the icon given nothing else is using it and even if something else did we'd want the icons to be consistent?
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4789#pullrequestreview-2659093949
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/4789/review/2659093949 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250304/d4f02563/attachment.htm>
More information about the rails-dev
mailing list