Sha256: 2a8af88554cf886206cbffa8a2d30c5ea5059706d2450cead9ef0295a0fd7844

Contents?: true

Size: 337 Bytes

Versions: 28

Compression:

Stored size: 337 Bytes

Contents

<ul class="progress-listing">
  <% exercises.each do |exercise| %>
      <% cache [exercise, exercise.status_for(current_user)] do %>
          <li <%= turbolinks_enable_for(exercise) %>>
            <%= exercise_status_icon exercise %>
            <%= link_to_path_element(exercise) %>
          </li>
      <% end %>
  <% end %>
</ul>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
mumuki-laboratory-5.9.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.8.3 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.8.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.8.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.7.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.6.3 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.6.2 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.6.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.6.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.5.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.4.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.3.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.2.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.2.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.1.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.1.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.0.12 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.0.11 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.0.10 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-5.0.9 app/views/layouts/_progress_listing.html.erb