1. 07 Mar, 2022 30 commits
  2. 06 Mar, 2022 8 commits
  3. 05 Mar, 2022 2 commits
    • David O'Regan's avatar
      Merge branch '344104-remove-obsolete-haml' into 'master' · 9a3476f2
      David O'Regan authored
      Removed obsolete HAML
      
      See merge request gitlab-org/gitlab!80628
      9a3476f2
    • Paul Gascou-Vaillancourt's avatar
      Removed obsolete HAML views · 17e634ac
      Paul Gascou-Vaillancourt authored
      This removes some obsolete HAML:
      
      * In app/views/ci/variables/_variable_row.html.haml, some code was
        guarded by a condition that always evaluates to false and has thus
        been removed.
      * The app/views/shared/buttons/_project_feature_toggle.html.haml view
        has been deleted as it's not used anywhere anymore. From now on, we
        should use the Pajamas-complient _gl_toggle.html.haml view.
      17e634ac