We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da36a5 commit a366bccCopy full SHA for a366bcc
_includes/episode_break.html
@@ -1,4 +1,15 @@
1
{% comment %}
2
- Display information about a break.
+ Display a break's timings in a box similar to a learning episode's.
3
{% endcomment %}
4
-<p>Break: {{page.break}} min</p>
+<blockquote class="objectives">
5
+ <h2>Overview</h2>
6
+
7
+ <div class="row">
8
+ <div class="col-md-3">
9
+ <strong>Break:</strong> {{ page.break }} min
10
+ </div>
11
+ <div class="col-md-9">
12
13
14
15
+</blockquote>
_includes/episode_overview.html
@@ -19,7 +19,7 @@ <h2>Overview</h2>
19
</ul>
20
</div>
21
22
-
23
<div class="row">
24
<div class="col-md-3">
25
@@ -32,5 +32,5 @@ <h2>Overview</h2>
32
33
34
35
36
</blockquote>
0 commit comments