File: _remove_blobs.html.haml

package info (click to toggle)
gitlab 17.6.5-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 629,368 kB
  • sloc: ruby: 1,915,304; javascript: 557,307; sql: 60,639; xml: 6,509; sh: 4,567; makefile: 1,239; python: 406
file content (8 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
1
2
3
4
5
6
7
8
%h5.gl-heading-4= s_('ProjectMaintenance|Remove blobs')
%p.gl-text-subtle
  = s_('ProjectMaintenance|Provide a list of blob object IDs to be removed.')
  = link_to s_('ProjectMaintenance|How do I get a list of object IDs?'), help_page_path('user/project/repository/repository_size.md', anchor: 'get-a-list-of-object-ids')
%p.gl-text-subtle
  = s_('ProjectMaintenance|Afterwards, run housekeeping manually to remove old versions of the file from Git history.')

.js-maintenance-remove-blobs{ data: { project_path: @project.full_path, housekeeping_path: edit_project_path(@project, anchor: 'js-project-advanced-settings') } }