From 4cf5041a9921fb8b88f0e3bc4db0d8b27e876bec Mon Sep 17 00:00:00 2001 From: Michael Squance Date: Mon, 16 Dec 2024 09:59:07 +0000 Subject: [PATCH] Removing draggable --- .../programme_status_component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/programme_status_component/programme_status_component.html.erb b/app/components/programme_status_component/programme_status_component.html.erb index d0494ca32..72acac5bc 100644 --- a/app/components/programme_status_component/programme_status_component.html.erb +++ b/app/components/programme_status_component/programme_status_component.html.erb @@ -13,7 +13,7 @@ <% if @user_programme_enrolment.in_state?(:complete) %>
<%= link_to 'Download your certificate', @user_programme_enrolment.programme.certificate_path, - class: 'govuk-button button', role: 'button', draggable: 'false' %>

+ class: 'govuk-button button', role: 'button' %>

<% end %> <% end %>