mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-04-05 22:01:04 +00:00
26 lines
917 B
Plaintext
26 lines
917 B
Plaintext
{% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
|
|
<div class="hidden-sm col-md-2" role="complementary">
|
|
<div class="sideaffix">
|
|
{%- if not _disableContribution -%}
|
|
<div class="contribution">
|
|
<ul class="nav">
|
|
{%- if docurl -%}
|
|
<li>
|
|
<a href="{{docurl}}" class="contribution-link">{{__global.improveThisDoc}}</a>
|
|
</li>
|
|
{%- endif -%}
|
|
{%- if sourceurl -%}
|
|
<li>
|
|
<a href="{{sourceurl}}" class="contribution-link">{{__global.viewSource}}</a>
|
|
</li>
|
|
{%- endif -%}
|
|
</ul>
|
|
</div>
|
|
{%- endif -%}
|
|
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
|
<h5>{{__global.inThisArticle}}</h5>
|
|
<div></div>
|
|
</nav>
|
|
</div>
|
|
</div>
|