diff --git a/app/views/exercises/implement.html.slim b/app/views/exercises/implement.html.slim index 96f4ff74..2a5d030c 100644 --- a/app/views/exercises/implement.html.slim +++ b/app/views/exercises/implement.html.slim @@ -1,3 +1,8 @@ +- content_for :head do + // Force a full page reload, see https://github.com/turbolinks/turbolinks/issues/326. + Otherwise, lti_parameters might be nil + meta name='turbolinks-visit-control' content='reload' + .row #editor-column.col-md-12 - unless @embed_options[:hide_exercise_description]