Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Add govuk components #466

Closed
wants to merge 5 commits into from
Closed

Add govuk components #466

wants to merge 5 commits into from

Commits on Sep 16, 2020

  1. Add govuk-component gem

    aliuk2012 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    c0091f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    733989b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91c9feb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6437e39 View commit details
    Browse the repository at this point in the history
  5. Swap out govuk_link_to with govuk-component version

    There seemed to be only one govuk_link_to which was using a block.
    I assume the reason it was a block was because it was using html markup
    and rails would have been escaping it. This can be overcome by using
    html_safe.
    aliuk2012 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    59d96de View commit details
    Browse the repository at this point in the history