Skip to content

Commit

Permalink
Remove body parser code
Browse files Browse the repository at this point in the history
This was added [here](#2123)
and is no longer being used.
  • Loading branch information
hannako committed Oct 25, 2022
1 parent 20be68e commit 38678d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 193 deletions.
76 changes: 0 additions & 76 deletions app/lib/body_parser.rb

This file was deleted.

4 changes: 0 additions & 4 deletions app/presenters/content_item/body.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@ def govspeak_body
direction: text_direction,
}
end

def title_and_link_sections
BodyParser.new(body.html_safe).title_and_link_sections
end
end
end
113 changes: 0 additions & 113 deletions test/unit/body_parser_test.rb

This file was deleted.

0 comments on commit 38678d7

Please sign in to comment.