diff --git a/app/views/exercises/show.html.haml b/app/views/exercises/show.html.haml index 1f9b08e4..acb300a3 100644 --- a/app/views/exercises/show.html.haml +++ b/app/views/exercises/show.html.haml @@ -30,11 +30,11 @@ .col-span-5 %div %span.font-bold Inventory - = render ModalComponent.new(header: "Network map", full_screen: true) do |c| - - c.with_body do - = turbo_frame_tag :exercise_map, loading: 'lazy', src: exercise_map_path(@exercise) do - Loading... - = link_to 'Show map', 'javascript:;', class: 'text-xs text-indigo-600 hover:text-indigo-900 dark:text-indigo-400', data: { action: "click->modal#open" } + -# = render ModalComponent.new(header: "Network map", full_screen: true) do |c| + -# - c.with_body do + -# = turbo_frame_tag :exercise_map, loading: 'lazy', src: exercise_map_path(@exercise) do + -# Loading... + -# = link_to 'Show map', 'javascript:;', class: 'text-xs text-indigo-600 hover:text-indigo-900 dark:text-indigo-400', data: { action: "click->modal#open" } .grid.grid-flow-col.gap-4.auto-cols-fr %div