1. 02 Jul, 2020 1 commit
    • Steve Mokris's avatar
      Allow diffing changes in wiki history · 7e199a51
      Steve Mokris authored
      Introduces a new `diff` action on the wiki controllers which shows
      the diff for the selected file and commit.
      
      - Add `Gitlab::Diff::FileCollection::WikiPage`.
      - Override diff helpers in wiki controller.
      - Unify wiki views:
        - Always use limited container width.
        - Always add breadcrumbs for wiki page path.
        - Show sidebar in diff view.
        - Align title in diff view with history view.
        - Add helpers for wiki page headers.
      7e199a51
  2. 30 Jun, 2020 39 commits