Skip to content

Commit

Permalink
Removing draggable
Browse files Browse the repository at this point in the history
  • Loading branch information
msquance-stem committed Dec 16, 2024
1 parent 5c83773 commit 4cf5041
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<% if @user_programme_enrolment.in_state?(:complete) %>
<div class="programme-status-wrapper__button-container">
<%= link_to 'Download your certificate', @user_programme_enrolment.programme.certificate_path,
class: 'govuk-button button', role: 'button', draggable: 'false' %></p>
class: 'govuk-button button', role: 'button' %></p>
</div>
<% end %>
<% end %>
Expand Down

0 comments on commit 4cf5041

Please sign in to comment.