Skip to content

Commit 5589d6f

Browse files
committed
Merge pull request #1 from nhr/toggle-nav-fix-tweak
Replace internal-to-footer logic with footer wrapper
2 parents b1b01b8 + 4d9a0f5 commit 5589d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_templates/page.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</div>
6868
</div>
6969
<div class="visible-xs-block row row-offcanvas row-offcanvas-left">
70-
<%= render((distro_key == 'openshift-origin' ? "_templates/_footer_origin.html.erb" : "_templates/_footer_other.html.erb"), :images_path => images_path) %>
70+
<%= render("_templates/_footer.html.erb", :distro_key => distro_key, :images_path => images_path) %>
7171
</div>
7272
</div>
7373
<script type="text/javascript">

0 commit comments

Comments
 (0)