Sha256: a5ebec99b6a482475060c065fc1fd563f953602f98fa476ceaf2de678747f882

Contents?: true

Size: 817 Bytes

Versions: 20

Compression:

Stored size: 817 Bytes

Contents

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

<div>
  <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

20 entries across 20 versions & 1 rubygems

Version Path
mumuki-laboratory-5.5.0 app/views/chapters/show.html.erb
mumuki-laboratory-5.4.0 app/views/chapters/show.html.erb
mumuki-laboratory-5.3.0 app/views/chapters/show.html.erb
mumuki-laboratory-5.2.1 app/views/chapters/show.html.erb
mumuki-laboratory-5.2.0 app/views/chapters/show.html.erb
mumuki-laboratory-5.1.1 app/views/chapters/show.html.erb
mumuki-laboratory-5.1.0 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.12 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.11 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.10 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.9 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.8 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.7 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.6 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.5 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.4 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.3 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.2 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.1 app/views/chapters/show.html.erb
mumuki-laboratory-5.0.0 app/views/chapters/show.html.erb