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.
2 parents b1b01b8 + 4d9a0f5 commit 5589d6fCopy full SHA for 5589d6f
_templates/page.html.erb
@@ -67,7 +67,7 @@
67
</div>
68
69
<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) %>
+ <%= render("_templates/_footer.html.erb", :distro_key => distro_key, :images_path => images_path) %>
71
72
73
<script type="text/javascript">
0 commit comments