Skip to content

Commit

Permalink
Merge pull request openSUSE#15989 from hellcp-work/comment-deletion
Browse files Browse the repository at this point in the history
Fix deleting comments in beta request show
  • Loading branch information
hellcp-work authored Apr 15, 2024
2 parents 287d008 + a273a98 commit 36a9f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
= link_to(helpers.realname_with_login(comment.user), user_path(comment.user))
commented
= link_to(helpers.commentable_path(comment: comment),
name: "#comment-#{comment.id}",
name: "comment-#{comment.id}",
title: l(comment.created_at.utc)) do
= render TimeComponent.new(time: comment.created_at)
= render CommentHistoryComponent.new(comment)
Expand Down

0 comments on commit 36a9f6c

Please sign in to comment.