Sha256: c72fed744a3a97cf43fcc94009d1bf2c8daf3f5d08c8e0a632fe27b0342ca844

Contents?: true

Size: 890 Bytes

Versions: 25

Compression:

Stored size: 890 Bytes

Contents

<div class="modal fade mu-kids-results" id="kids-results" tabindex="-1" role="dialog" aria-hidden="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
      </div>
      <div class="modal-body">
        <div class="container-fluid">
          <div class="row">
            <div class="col-md-12">
              <div class="row">
                <div class="col-md-12 submission-results">
                  <% if current_user? && @assignment.solved? %>
                    <%= render partial: 'exercise_solutions/kids_results',
                                 locals: {assignment: @assignment, guide_finished_by_solution: false} %>
                  <% end %>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="modal-footer">
      </div>
    </div>
  </div>
</div>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
mumuki-laboratory-8.0.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.12.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.12.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.11.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.11.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.10.5 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.10.4 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.10.3 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.10.2 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.10.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.10.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.9.2 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.9.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.9.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.7.6 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.7.5 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.7.4 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.8.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.7.3 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.7.2 app/views/layouts/modals/_kids_results.html.erb