Skip to content

Add a more meaningful name for repository_size_limit partial

Sheldon Led requested to merge led/502221-remove-unused-haml-file into master

What does this MR do and why?

Add a more meaningful name for repository_size_limit partial:

Rename _old_repository_size_limit_setting.html.haml to repository_size_limit_setting_for_group.html.haml.

Having old in the name could imply that this would be removed, which isn't the case. This file is used so admins can override repository_size_limit for groups.

References

Please include cross links to any resources that are relevant to this MR This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

repository_size_limit_setting_for_group

How to set up and validate locally

There's no functionality change here, but if you want to see where this file renders:

  1. Log in as admin
  2. Go to Admin Panel > Overview > Groups
  3. Select a Group and click edit
  4. Go down to Permissions and group features
  5. Make sure everything is working fine
Edited by Sheldon Led

Merge request reports

Loading