Skip to content

Commit 31f711b

Browse files
committed
very minor cleanup of the comment_threads/_expanded view
1 parent a4d692a commit 31f711b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/views/comment_threads/_expanded.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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 %>
@@ -41,8 +41,8 @@
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

0 commit comments

Comments
 (0)