Sha256: 0485b1c03e7dc060e1a29ba9fe1ba26512eec817e2a8a107f8a92ae15ccb13dd

Contents?: true

Size: 519 Bytes

Versions: 9

Compression:

Stored size: 519 Bytes

Contents

<div class="progress-list-flex">
  <% assignments = guide.assignments_for(current_user) %>
  <% assignments.each do |assignment| %>
    <% exercise = assignment.exercise %>
    <a
      <%= turbolinks_enable_for exercise %>
      href="<%= exercise_path(exercise)%>"
      aria-label="<%= exercise.navigable_name %>"
      title="<%= exercise.navigable_name %>"
      data-mu-exercise-id="<%= exercise.id %>"
      class="<%= class_for_progress_list_item(assignment, exercise == actual)%>">
    </a>
  <% end %>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mumuki-laboratory-9.0.6 app/views/layouts/_progress_bar.html.erb
mumuki-laboratory-9.0.5 app/views/layouts/_progress_bar.html.erb
mumuki-laboratory-9.0.4 app/views/layouts/_progress_bar.html.erb
mumuki-laboratory-9.0.3 app/views/layouts/_progress_bar.html.erb
mumuki-laboratory-9.0.2 app/views/layouts/_progress_bar.html.erb
mumuki-laboratory-9.0.1 app/views/layouts/_progress_bar.html.erb
mumuki-laboratory-9.0.0 app/views/layouts/_progress_bar.html.erb
mumuki-laboratory-8.6.1 app/views/layouts/_progress_bar.html.erb
mumuki-laboratory-8.6.0 app/views/layouts/_progress_bar.html.erb