diff --git a/ee/app/views/projects/path_locks/index.html.haml b/ee/app/views/projects/path_locks/index.html.haml index 843b99e95037b23cb7d3a34f7e299b064442da00..0ce5e1ea9cd85d277e6f3a1f1973d57c6179a3be 100644 --- a/ee/app/views/projects/path_locks/index.html.haml +++ b/ee/app/views/projects/path_locks/index.html.haml @@ -1,7 +1,8 @@ +- @content_class = "limit-container-width" unless fluid_layout - @no_container = true - page_title _("Locked Files") -%div{ class: (container_class) } +%div{ class: ([container_class, ("limit-container-width" unless fluid_layout)]) } .top-area .nav-text = _("Locks give the ability to lock specific file or folder.") diff --git a/ee/changelogs/unreleased/update-repo-file-lock-page-width.yml b/ee/changelogs/unreleased/update-repo-file-lock-page-width.yml new file mode 100644 index 0000000000000000000000000000000000000000..1b7128eeb6897eb7dd4510025cfa582dce2f2845 --- /dev/null +++ b/ee/changelogs/unreleased/update-repo-file-lock-page-width.yml @@ -0,0 +1,5 @@ +--- +title: 'Consolidate UI page widths - Part 01: Repository (EE version)' +merge_request: 7471 +author: +type: other