Skip to content

Commit

Permalink
Update _comment.erb
Browse files Browse the repository at this point in the history
One more tiny change
  • Loading branch information
nimmolo committed Mar 24, 2024
1 parent e5e89bc commit c09b62c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/controllers/comments/_comment.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ target_type = tag.span(target.class.name.to_sym.t, class: "small") \
tag.div(class: "col-xs-12 col-sm-9 col-lg-10") do
if local_assigns[:show_name] && show_name
concat(tag.h4(class: "mt-0") do
concat(target_name_link)
concat(target_type)
[target_name_link, target_type].safe_join(" ")
end)
end
concat(tag.div(comment.summary.tl, class: "font-weight-bold"))
Expand Down

0 comments on commit c09b62c

Please sign in to comment.