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

8 lines
285 B
Plaintext

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