File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<%#
2- Full thread view with all the details & actions
2+ " Full thread view with all the details & actions
33
44 Variables:
55 ? comment_id : Comment ID to show even if it would be hidden otherwise
66 inline : whether the thread is diplayed inline with the parent post
77 show_deleted : whether to display deleted comments for those who can see them
88 thread : CommentThread to display
9- %>
9+ " %>
1010
1111<% can_only_rename = current_user&.can_rename?(thread) && !current_user&.privilege?('flag_curate') %>
1212<% max_shown_comments = 5 %>
4141 <% end %>
4242 <% if can_only_rename %>
4343 < a href ="javascript:void(0) "
44- class ="widget--header-link "
45- data-modal =".js--rename-thread- <%= thread . id %> "
44+ class ="widget--header-link "
45+ data-modal =".js--rename-thread- <%= thread . id %> "
4646 role ="button "
4747 aria-label ="Rename thread ">
4848 < i class ="fas fa-pen fa-fw "> </ i > rename
You can’t perform that action at this time.
0 commit comments