Skip to content

Commit

Permalink
Remove broken support for comments on Name and Location descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-nathan committed Mar 29, 2024
1 parent 20124b6 commit 39a8322
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions app/views/controllers/locations/descriptions/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ add_pager_for(@description)
<%= render(partial: "descriptions/show_description_notes") %>
<%= render(partial: "descriptions/show_description_authors_and_editors") %>
<%= render(partial: "comments/comments_for_object",
locals: { object: @description, comments: @comments,
controls: @user, limit: 10 }) %>
<%= show_object_footer(@description, @versions) %>
4 changes: 0 additions & 4 deletions app/views/controllers/names/descriptions/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ add_page_title(@description.format_name.t)
<%= render(partial: "descriptions/show_description_notes") %>
<%= render(partial: "descriptions/show_description_authors_and_editors") %>
<%= render(partial: "comments/comments_for_object",
locals: { object: @description, comments: @comments,
controls: @user, limit: 10 }) if false %>
<%= show_object_footer(@description, @versions) %>

0 comments on commit 39a8322

Please sign in to comment.