Sha256: 3e14b2035e9ce743eabaf6e87c4f81695e54009e3d440eda6700958a9b3618c6

Contents?: true

Size: 873 Bytes

Versions: 32

Compression:

Stored size: 873 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 @assignment.passed? %>
                    <%= 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

32 entries across 32 versions & 1 rubygems

Version Path
mumuki-laboratory-7.4.2 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.4.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.4.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.3.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.3.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.2.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.1.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.0.12 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.0.11 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.0.10 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.0.9 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.0.8 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.0.7 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.0.6 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.0.5 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.0.4 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.0.3 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-7.0.2 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.7.7 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.7.6 app/views/layouts/modals/_kids_results.html.erb