Sha256: 9068a2150f1eb2f909501b853189e4d5bf231433c275dca682cdd2bd530d547d

Contents?: true

Size: 844 Bytes

Versions: 41

Compression:

Stored size: 844 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(:content) %></h3>

  <% @chapter.lessons.each do |lesson| %>
    <h4><%= t(:lesson_number, number: 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 %>

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
mumuki-laboratory-7.1.0 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.12 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.11 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.10 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.9 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.8 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.7 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.6 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.5 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.4 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.3 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.2 app/views/chapters/show.html.erb
mumuki-laboratory-6.7.7 app/views/chapters/show.html.erb
mumuki-laboratory-6.7.6 app/views/chapters/show.html.erb
mumuki-laboratory-6.7.5 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.1 app/views/chapters/show.html.erb
mumuki-laboratory-7.0.0 app/views/chapters/show.html.erb
mumuki-laboratory-6.7.4 app/views/chapters/show.html.erb
mumuki-laboratory-6.7.3 app/views/chapters/show.html.erb
mumuki-laboratory-6.7.2 app/views/chapters/show.html.erb