Sha256: c5d9a13e202da1aa642bdcb612e636e29190338ba9935273ccaf520c6ac19b7e

Contents?: true

Size: 901 Bytes

Versions: 39

Compression:

Stored size: 901 Bytes

Contents

<div class="modal fade mu-level-up" id="mu-level-up" tabindex="-1" role="dialog" aria-hidden="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <h3 class="modal-title"><%= t :level_up %></h3>
        <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        <div class="container-fluid">
          <div class="row">
            <div class="col-md-12">
              <div class="text-center mu-level">
                <i class="fas fa-star fa-fw fa-4x"></i>
                <span class="mu-level-number"></span>
                <p></p>
                <p id="mu-solve-more-exercises"> <%= (t :solve_more_exercises_to_level_up).html_safe %></p>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
mumuki-laboratory-9.9.0 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.8.2 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.8.1 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.8.0 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.7.2 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.7.1 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.7.0 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.6.0 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.5.1 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.5.0 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.4.1 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.4.0 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.3.1 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.3.0 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.2.0 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.1.3 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.1.2 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.1.1 app/views/layouts/modals/_level_up.html.erb
mumuki-laboratory-9.1.0 app/views/layouts/modals/_level_up.html.erb