Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 19, 2023
1 parent 00b33da commit e16a5bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/helpers/renderers/feedback_table_renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ def group(g)
@builder.div(class: 'tutor-strip tutorlink',
title: 'Start debugger',
'data-statements': (g[:data][:statements]).to_s,
'data-stdin': (g[:data][:stdin]).to_s
) do
'data-stdin': (g[:data][:stdin]).to_s) do
@builder.div(class: 'tutor-strip-icon') do
@builder.i('', class: 'mdi mdi-launch mdi-18')
end
Expand Down

0 comments on commit e16a5bf

Please sign in to comment.