2
0

_affix.liquid 892 B

12345678910111213141516171819202122232425
  1. {% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
  2. <div class="hidden-sm col-md-2" role="complementary">
  3. <div class="sideaffix">
  4. {%- if not _disableContribution -%}
  5. <div class="contribution">
  6. <ul class="nav">
  7. {%- if docurl -%}
  8. <li>
  9. <a href="{{docurl}}" class="contribution-link">{{__global.improveThisDoc}}</a>
  10. </li>
  11. {%- endif -%}
  12. {%- if sourceurl -%}
  13. <li>
  14. <a href="{{sourceurl}}" class="contribution-link">{{__global.viewSource}}</a>
  15. </li>
  16. {%- endif -%}
  17. </ul>
  18. </div>
  19. {%- endif -%}
  20. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  21. <h5>{{__global.inThisArticle}}</h5>
  22. <div></div>
  23. </nav>
  24. </div>
  25. </div>