Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default text for back-link component #793

Merged
merged 3 commits into from
Jun 15, 2018

Commits on Jun 15, 2018

  1. Add default text for back-link component

    If you don't specify either html or text params there would be no text output
    This adds default text of 'Back' in this case so you can call with only an href param
    Closes issue alphagov#792
    web-bert committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    377ce32 View commit details
    Browse the repository at this point in the history
  2. Add to changelog

    web-bert committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    0adfb50 View commit details
    Browse the repository at this point in the history
  3. Update examples to remove text for back-link

    Now that there is a default text of 'Back' there is no need for the param
    This removes the text param from the examples
    web-bert committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    529fc82 View commit details
    Browse the repository at this point in the history