aviflombaum / shadcn-rails

https://shadcn.rails-components.com
MIT License
470 stars 32 forks source link

Unclosed Script Tags in `_filter.html.erb` and `_list.html.erb` #65

Open eerkmen opened 1 month ago

eerkmen commented 1 month ago

Description

There are unclosed script tags in the _filter.html.erb and _list.html.erb partials within the app/views/components/ui/ directory. This causes rendering issues and potential bugs in the UI components that rely on these partials. The unclosed tags lead to improper HTML structure, affecting the application's functionality and user experience.

Affected Files

Impact

Unclosed tags in these partials can lead to: