Sha256: d11f0685615a02fcd87a2594cb093b8403640261e3e6cfb9dc41ad315b01904d

Contents?: true

Size: 428 Bytes

Versions: 30

Compression:

Stored size: 428 Bytes

Contents

<ul class="progress-listing">
  <% guide.assignments_for(current_user).each do |assignment| %>
      <% cache [assignment.exercise, assignment.status, Organization.current.name, current_user?] do %>
          <li <%= turbolinks_enable_for(assignment.exercise) %>>
            <%= assignment_status_icon assignment %>
            <%= link_to_path_element(assignment.exercise) %>
          </li>
      <% end %>
  <% end %>
</ul>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
mumuki-laboratory-9.12.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.12.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.11.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.10.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.9.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.8.2 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.8.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.8.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.7.2 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.7.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.7.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.6.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.5.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.5.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.4.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.4.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.3.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.3.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.2.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.1.3 app/views/layouts/_progress_listing.html.erb