gitlab-ce/app/views/shared/projects/_actions.html.haml

8 lines
243 B
Plaintext

- if project.self_deletion_scheduled?
= render Pajamas::ButtonComponent.new(category: :tertiary,
href: project_restore_path(project),
method: :post,
variant: :link,
button_options: { class: 'gl-ml-3' }) do
= _("Restore")