Sha256: 1d80706f20794e0dbadb01ac7c04faee797701cbc5ed10905f61195ef0718949

Contents?: true

Size: 487 Bytes

Versions: 16

Compression:

Stored size: 487 Bytes

Contents

<ul class="progress-listing">
  <% guide.assignments_for(current_user).each do |assignment| %>
      <% next unless show_content?(assignment.exercise) %>
      <% 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

16 entries across 16 versions & 1 rubygems

Version Path
mumuki-laboratory-9.23.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.22.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.21.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.20.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.20.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.19.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.18.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.18.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.17.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.16.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.15.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.14.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.14.0 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.13.2 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.13.1 app/views/layouts/_progress_listing.html.erb
mumuki-laboratory-9.13.0 app/views/layouts/_progress_listing.html.erb