Sha256: b5fb10ee93dae7a5e861abbfa1f223cf0a43dfd53232b644837ffe069d9281bc

Contents?: true

Size: 870 Bytes

Versions: 26

Compression:

Stored size: 870 Bytes

Contents

<div class="modal fade 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

26 entries across 26 versions & 1 rubygems

Version Path
mumuki-laboratory-6.4.2 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.4.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.4.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.2.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.1.5 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.0.4 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.1.4 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.1.3 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.0.3 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.1.2 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.1.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.1.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.0.2 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.0.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-6.0.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-5.13.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-5.12.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-5.12.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-5.11.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-5.10.4 app/views/layouts/modals/_kids_results.html.erb