Skip to content

Commit

Permalink
Displaying break information in a box
Browse files Browse the repository at this point in the history
  • Loading branch information
gvwilson committed Sep 12, 2016
1 parent 7da36a5 commit a366bcc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions _includes/episode_break.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{% comment %}
Display information about a break.
Display a break's timings in a box similar to a learning episode's.
{% endcomment %}
<p>Break: {{page.break}} min</p>
<blockquote class="objectives">
<h2>Overview</h2>

<div class="row">
<div class="col-md-3">
<strong>Break:</strong> {{ page.break }} min
</div>
<div class="col-md-9">
</div>
</div>

</blockquote>
4 changes: 2 additions & 2 deletions _includes/episode_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>Overview</h2>
</ul>
</div>
</div>

<div class="row">
<div class="col-md-3">
</div>
Expand All @@ -32,5 +32,5 @@ <h2>Overview</h2>
</ul>
</div>
</div>

</blockquote>

0 comments on commit a366bcc

Please sign in to comment.