Sha256: 24e4002cbfe90e7da01a6a1fc3123946128373fcd4e33cc2fd5d608ae2d8ee04

Contents?: true

Size: 907 Bytes

Versions: 39

Compression:

Stored size: 907 Bytes

Contents

<div class="modal fade kids-results" id="kids-results-aborted" tabindex="-1" role="dialog" aria-hidden="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <h4 class="modal-title text-broken">
          <strong><%= t :errored %></strong>
        </h4>
      </div>
      <div class="modal-body">
        <div class="container-fluid">
          <div class="row">
            <div class="col-md-12">
              <div class="submission-result-error">
                <%= render partial: 'layouts/submission_result_error_body' %>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="modal-footer">
        <button class="btn btn-success btn-block submission_control" data-dismiss="modal" aria-label="<%= t :retry_exercise %>"> <%= t :retry_exercise %> </button>
      </div>
    </div>
  </div>
</div>

Version data entries

39 entries across 39 versions & 1 rubygems

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