don't output variable assignment in erb
Change-Id: I45a8a907cc23a0b74ef6fd1ccbb7484e8f8be01b Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/234818 Reviewed-by: Jeremy Stanley <jeremy@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: James Williams <jamesw@instructure.com> Product-Review: James Williams <jamesw@instructure.com>
This commit is contained in:
parent
5f479e97f1
commit
ca9fb2187e
|
@ -21,7 +21,7 @@
|
|||
<div style="overflow: auto; max-height: 200px">
|
||||
<%= check_box :copy, :all_quizzes, :class => "copy_all", :checked => true %><%= label :copy, :all_quizzes, t('labels.all_quizzes', "All Quizzes") %>
|
||||
<ul class="unstyled_list" style="margin-<%= direction('left') %>: 20px;">
|
||||
<%= global_ids = @context.content_exports.temp_record.can_use_global_identifiers? %>
|
||||
<% global_ids = @context.content_exports.temp_record.can_use_global_identifiers? %>
|
||||
<% @context.quizzes.active.each do |quiz| %>
|
||||
<li>
|
||||
<%= check_box "copy[quizzes]", mig_id(quiz, global: global_ids), :class => 'quiz_item', :checked => true %>
|
||||
|
|
Loading…
Reference in New Issue