Skip to content

Commit

Permalink
Add another div for the voucher redeem content
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 23, 2024
1 parent b62c625 commit 6b3211b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/profile/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
<div class="d-flex justify-content-center">
<div class="card profile-card" data-cy="redeem-voucher-card">
<div class="voucher-redemption-pattern"></div>
<div class="card-body" id="redeem-voucher">
<div class="card-body">
<h5 class="card-title">
<%= t('profile.redeem_voucher') %>
<%= helpdesk(t('profile.redeem_voucher_explainer'), true) %>
</h5>
<%= render partial: 'profile/verify_voucher' %>
<div id="redeem-voucher">
<%= render partial: 'profile/verify_voucher' %>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 6b3211b

Please sign in to comment.