debian-mirror-gitlab/app/views/projects/settings/packages_and_registries/show.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
968 B
Text
Raw Normal View History

2021-06-08 01:23:25 +05:30
- breadcrumb_title _('Packages & Registries')
- page_title _('Packages & Registries')
- @content_class = 'limit-container-width' unless fluid_layout
2021-09-04 01:27:46 +05:30
#js-registry-settings{ data: { project_id: @project.id,
project_path: @project.full_path,
cadence_options: cadence_options.to_json,
keep_n_options: keep_n_options.to_json,
older_than_options: older_than_options.to_json,
is_admin: current_user&.admin.to_s,
admin_settings_path: ci_cd_admin_application_settings_path(anchor: 'js-registry-settings'),
2022-05-07 20:08:51 +05:30
enable_historic_entries: container_expiration_policies_historic_entry_enabled?.to_s,
2022-03-02 08:16:31 +05:30
help_page_path: help_page_path('user/packages/container_registry/reduce_container_registry_storage', anchor: 'cleanup-policy'),
2022-06-21 17:19:12 +05:30
show_cleanup_policy_link: show_cleanup_policy_link(@project).to_s,
2022-03-02 08:16:31 +05:30
tags_regex_help_page_path: help_page_path('user/packages/container_registry/reduce_container_registry_storage', anchor: 'regex-pattern-examples') } }