1. 09 Dec, 2016 15 commits
  2. 08 Dec, 2016 23 commits
  3. 07 Dec, 2016 2 commits
    • Horacio Sanson's avatar
      Enable display of admonition icons in Asciidoc. · f4f9af06
      Horacio Sanson authored
      When rendering Asciidoc documents this merge request enables the diplay of
      admonition blocks using font icons. This improves the looks of Asciidoc redered
      files.
      
      This uses the font-awesome fonts already present in Gitlab so no large
      dependencies are required for this to work.
      f4f9af06
    • Rydkin Maxim's avatar
      add link_to_if helper on target_branch link on Merge Request show page for... · 0a8289ca
      Rydkin Maxim authored
      add link_to_if helper on target_branch link on Merge Request show page for case of deleted target branch
      
      add spec on #24507 bug description
      
      add changelog entry
      
      fix changelog
      
      remove unnecessary js:true from specs
      
      change spec title
      
      add test for link to target branch before deletions
      
      renamed spec about state of target branch link before and after deletion
      
      some fixes into spec
      0a8289ca