Sha256: 08e45188c06694e95cd938a0ed8edf8292ad38a8431e7ca4bbf6993f82212e52

Contents?: true

Size: 359 Bytes

Versions: 95

Compression:

Stored size: 359 Bytes

Contents

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

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
mumuki-laboratory-8.5.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-8.4.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-8.3.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-8.2.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-8.2.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-8.1.3 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-8.1.2 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-8.1.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-8.1.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-7.12.3 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-8.0.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-7.12.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-7.12.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-7.11.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-7.11.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-7.10.5 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-7.10.4 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-7.10.3 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-7.10.2 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-7.10.1 app/views/layouts/_progress_listing.html.erb