Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Search Form with SearchComponent
This commit replaces the search form in `app/views/tags/index.html.erb` with the SearchComponent. The SearchComponent encapsulates the search form logic, making the code more readable and easier to change. It also takes care of HTML escaping the search_term, improving security. The form is now rendered inside a `<div>` instead of a `<span>` to follow HTML best practices.
- Loading branch information