File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
<section class='p2 mb2 clearfix bg-white minishadow'>
2
2
3
- <% if (typeof nested === 'undefined') { %>
3
+ <% if (typeof nested === 'undefined' || (section.context && section.context.github) ) { %>
4
4
<div class='clearfix'>
5
+ <% if (typeof nested === 'undefined') { %>
5
6
<h3 class='fl m0' id='<%- slug(section.namespace) %>'>
6
7
<%- section.name %>
7
8
</h3>
9
+ <% } %>
8
10
<% if (section.context && section.context.github) { %>
9
11
<a class='fr fill-darken0 round round pad1x quiet h5' href='<%= section.context.github %>'>
10
12
<span><%= section.context.path %></span>
Original file line number Diff line number Diff line change 195
195
196
196
197
197
<div class='clearfix'>
198
+
198
199
<h3 class='fl m0' id='klass'>
199
200
Klass
200
201
</h3>
201
202
203
+
202
204
</div>
203
205
204
206
@@ -800,10 +802,12 @@ k.isArrayOfBuffers();</pre>
800
802
801
803
802
804
<div class='clearfix'>
805
+
803
806
<h3 class='fl m0' id='bar'>
804
807
bar
805
808
</h3>
806
809
810
+
807
811
</div>
808
812
809
813
@@ -854,10 +858,12 @@ like a <a href="#klass">klass</a></p>
854
858
855
859
856
860
<div class='clearfix'>
861
+
857
862
<h3 class='fl m0' id='bar'>
858
863
bar
859
864
</h3>
860
865
866
+
861
867
</div>
862
868
863
869
@@ -918,10 +924,12 @@ like a <a href="#klass">klass</a></p>
918
924
919
925
920
926
<div class='clearfix'>
927
+
921
928
<h3 class='fl m0' id='bar'>
922
929
bar
923
930
</h3>
924
931
932
+
925
933
</div>
926
934
927
935
@@ -972,10 +980,12 @@ like a <a href="#klass">klass</a>. This needs a <a href="https://developer.mozil
972
980
973
981
974
982
<div class='clearfix'>
983
+
975
984
<h3 class='fl m0' id='foo'>
976
985
Foo
977
986
</h3>
978
987
988
+
979
989
</div>
980
990
981
991
@@ -1067,10 +1077,12 @@ like a <a href="#klass">klass</a>. This needs a <a href="https://developer.mozil
1067
1077
1068
1078
1069
1079
<div class='clearfix'>
1080
+
1070
1081
<h3 class='fl m0' id='customstreams'>
1071
1082
customStreams
1072
1083
</h3>
1073
1084
1085
+
1074
1086
</div>
1075
1087
1076
1088
You can’t perform that action at this time.
0 commit comments