Sha256: bc2d0e556379d0eefb79420834192ef8dde61260eeb79c3f14ed4eeae43c98a1

Contents?: true

Size: 897 Bytes

Versions: 41

Compression:

Stored size: 897 Bytes

Contents

<%= content_for :breadcrumbs do %>
  <%= breadcrumbs @chapter %>
<% end %>

<div class="chapter-description">
  <h1>
    <span class="hidden-xs"><%= t(:chapter_number, number: @chapter.number) %>:&nbsp;</span>
    <span><%= @chapter.name %></span>
  </h1>

  <%= @chapter.description_html %>

</div>

<% if @chapter.lessons.present? %>
<div>
  <h3><%= t(:lessons) %></h3>

  <% @chapter.lessons.each do |lesson| %>
    <h4><%= lesson.number %>. <%= link_to_path_element lesson, mode: :plain %></h4>
    <%= render partial: 'layouts/progress_listing', locals: {exercises: lesson.exercises} %>
  <% end %>
</div>
<% end %>

<% if @chapter.appendix.present? %>
  <div>
    <h3><%= t(:appendix) %></h3>
    <p>
      <%= t(:appendix_teaser, link: chapter_appendix_path(@chapter)).html_safe %>
    </p>
  </div>
<% end %>

<%= render partial: 'layouts/progress', locals: { content: @chapter.topic } %>

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
mumuki-laboratory-8.2.1 app/views/chapters/show.html.erb
mumuki-laboratory-8.2.0 app/views/chapters/show.html.erb
mumuki-laboratory-8.1.3 app/views/chapters/show.html.erb
mumuki-laboratory-8.1.2 app/views/chapters/show.html.erb
mumuki-laboratory-8.1.1 app/views/chapters/show.html.erb
mumuki-laboratory-8.1.0 app/views/chapters/show.html.erb
mumuki-laboratory-7.12.3 app/views/chapters/show.html.erb
mumuki-laboratory-8.0.0 app/views/chapters/show.html.erb
mumuki-laboratory-7.12.1 app/views/chapters/show.html.erb
mumuki-laboratory-7.12.0 app/views/chapters/show.html.erb
mumuki-laboratory-7.11.1 app/views/chapters/show.html.erb
mumuki-laboratory-7.11.0 app/views/chapters/show.html.erb
mumuki-laboratory-7.10.5 app/views/chapters/show.html.erb
mumuki-laboratory-7.10.4 app/views/chapters/show.html.erb
mumuki-laboratory-7.10.3 app/views/chapters/show.html.erb
mumuki-laboratory-7.10.2 app/views/chapters/show.html.erb
mumuki-laboratory-7.10.1 app/views/chapters/show.html.erb
mumuki-laboratory-7.10.0 app/views/chapters/show.html.erb
mumuki-laboratory-7.9.2 app/views/chapters/show.html.erb
mumuki-laboratory-7.9.1 app/views/chapters/show.html.erb