ministryofjustice / govuk_elements_form_builder

Form builder helper methods to develop GOV.UK elements styled applications in Ruby on Rails
https://govuk-elements-rails-guide.herokuapp.com/
MIT License
6 stars 14 forks source link

Add new error classes #86

Closed aliuk2012 closed 7 years ago

aliuk2012 commented 7 years ago

This commit updates the error classes used in the form builder in line with govuk_element v3

https://github.com/alphagov/govuk_elements/releases/tag/v3.0.0

I added GOVUK Elements and GOVUK Frontend toolkit as dependencies for the form builder as it is now relying on specific css classes to display correctly and will help developers identify why their pages are not displaying correctly.

Part of a V1 build which will include #85

aliuk2012 commented 7 years ago

@ministryofjustice/ruby @danmitchell- Could you please review this PR?

dankmitchell commented 7 years ago

Looks great 👍