There are lots of Rails ViewHelpers that should replace the existing raw HTML tags in the ERB templates. For example, `<a>` -> `<%= link_to %>`.
There are lots of Rails ViewHelpers that should replace the existing raw HTML tags in the ERB templates. For example,
<a>-><%= link_to %>.