Sha256: c247523c3007c83b94414e3fb3c5eff1b094aac6723e947b80a9143d5ecbfca8

Contents?: true

Size: 1.44 KB

Versions: 39

Compression:

Stored size: 1.44 KB

Contents

<div class="modal fade mu-kids-results mu-kids-modal" id="kids-results" tabindex="-1" role="dialog" aria-hidden="true">
  <div class="modal-dialog">
    <div class="modal-content success">
      <button type="button" class="mu-kids-modal-button mu-previous d-none" onclick="mumuki.kids.resultsCarrousel.prevSlide()" aria-label="Previous">
        <span aria-hidden="true">
          <i class="fas fa-fw fa-arrow-left fa-3x"></i>
        </span>
      </button>
      <button type="button" class="mu-kids-modal-button mu-next" onclick="mumuki.kids.resultsCarrousel.nextSlide()" aria-label="Next">
        <span aria-hidden="true">
          <i class="fas fa-fw fa-arrow-right fa-3x"></i>
        </span>
      </button>
      <div class="modal-header text-center">
      </div>
      <div class="modal-body">
        <div class="container-fluid">
          <div class="row">
            <div class="col-md-12">
              <div class="mu-kids-results-carrousel">
                <div class="active 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

39 entries across 39 versions & 1 rubygems

Version Path
mumuki-laboratory-9.23.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.22.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.21.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.20.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.20.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.19.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.18.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.18.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.17.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.16.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.15.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.14.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.14.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.13.2 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.13.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.13.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.12.1 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.12.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.11.0 app/views/layouts/modals/_kids_results.html.erb
mumuki-laboratory-9.10.0 app/views/layouts/modals/_kids_results.html.erb