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

[#8314] public citations gr #8404

Merged
merged 5 commits into from
Oct 11, 2024
Merged

Commits on Oct 9, 2024

  1. fixup! Add CitationsController#index action

    Prevent very long URLs overflowing.
    garethrees committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    efc0e96 View commit details
    Browse the repository at this point in the history
  2. Add citation_both_links

    Makes it easier to view the source of the citation now that we link to
    the edit form in the admin UI.
    garethrees committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    daaaacd View commit details
    Browse the repository at this point in the history
  3. Update citation language to "FOI in Action"

    Matches the new /citations page and reflects the broader themes that
    we're interested in tracking.
    garethrees committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    befa1a6 View commit details
    Browse the repository at this point in the history
  4. Simplify citation sidebar logic

    * Always show the context text
    * Use the same CTA irrespective of existing citations
    garethrees committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f23b5b1 View commit details
    Browse the repository at this point in the history
  5. Add some links to /citations

    Add some basic navigation links to the new public list of citations.
    
    It would be nice to add a homepage section for this by extracting out
    the intro text of citations/index into a partial, but let's leave that
    for a later release to give people a chance to build up a list of
    citations before heavier promotion.
    garethrees committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5b533d7 View commit details
    Browse the repository at this point in the history