Skip to content

Commit

Permalink
Fix indentation in view file (tutor voucher)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Sep 23, 2024
1 parent c372a2e commit 49b7077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/vouchers/_redeem_tutor_voucher.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

<% if current_user.in?(voucher.lecture.tutors_by_redemption) %>

<%= t('profile.already_tutor_by_redemption') %>
<%= cancel_voucher_button %>
<%= t('profile.already_tutor_by_redemption') %>
<%= cancel_voucher_button %>

<% else %>

Expand Down

0 comments on commit 49b7077

Please sign in to comment.