hpi-swt2/vm-portal

Extract form error display into partial

Closed this issue · 2 comments

Every _form.thml.erb partial contains the same form error display code, i.e. <% if app_setting.errors.any? %> ...

Extract this into a shared partial and replace the code duplication.

Fixed by using bootstrap_form gem