File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434</ div >
3535{%- endif -%}
3636
37+ {%- assign path = page.path | strip -%}
38+ {%- if site.firstLevelUrl contains '/faq' and (page.path contains '/mrz-scanner/license/' or page.path contains '/barcode-reader/license/') -%}
39+ {%- assign path = path | replace: '/mrz-scanner', '' | replace: '/barcode-reader', '' -%}
40+ {%- endif -%}
41+
3742< div class ="iconsBox ">
3843 < div >
3944 {%- if page.category -%}
4045 {%- if page.category == 'js-repo' -%}
41- < a href ="{{ site.repositoryUrlJS }}/{{ page. path | strip }} " class ="editLinkColour "> < img src ="{{ site.assets }}/img-icon/Edit-pencil-write-2.svg " width ="30px " height ="30px " style ="vertical-align: middle; " title ="Edit this page " data-placement ="bottom " data-toggle ="tooltip " data-html ="true " /> </ a >
46+ < a href ="{{ site.repositoryUrlJS }}/{{ path }} " class ="editLinkColour "> < img src ="{{ site.assets }}/img-icon/Edit-pencil-write-2.svg " width ="30px " height ="30px " style ="vertical-align: middle; " title ="Edit this page " data-placement ="bottom " data-toggle ="tooltip " data-html ="true " /> </ a >
4247 {%- elsif page.category == 'mobile-repo' -%}
43- < a href ="{{ site.repositoryUrlMobile }}/{{ page. path | strip }} " class ="editLinkColour "> < img src ="{{ site.assets }}/img-icon/Edit-pencil-write-2.svg " width ="30px " height ="30px " style ="vertical-align: middle; " title ="Edit this page " data-placement ="bottom " data-toggle ="tooltip " data-html ="true " /> </ a >
48+ < a href ="{{ site.repositoryUrlMobile }}/{{path }} " class ="editLinkColour "> < img src ="{{ site.assets }}/img-icon/Edit-pencil-write-2.svg " width ="30px " height ="30px " style ="vertical-align: middle; " title ="Edit this page " data-placement ="bottom " data-toggle ="tooltip " data-html ="true " /> </ a >
4449 {%- else -%}
45- < a href ="{{ site.repositoryUrl }}/{{ page. path | strip }} " class ="editLinkColour "> < img src ="{{ site.assets }}/img-icon/Edit-pencil-write-2.svg " width ="30px " height ="30px " style ="vertical-align: middle; " title ="Edit this page " data-placement ="bottom " data-toggle ="tooltip " data-html ="true " /> </ a >
50+ < a href ="{{ site.repositoryUrl }}/{{ path }} " class ="editLinkColour "> < img src ="{{ site.assets }}/img-icon/Edit-pencil-write-2.svg " width ="30px " height ="30px " style ="vertical-align: middle; " title ="Edit this page " data-placement ="bottom " data-toggle ="tooltip " data-html ="true " /> </ a >
4651 {%- endif -%}
4752 {%- else -%}
48- < a href ="{{ site.repositoryUrl }}/{{ page. path | strip }} " class ="editLinkColour "> < img src ="{{ site.assets }}/img-icon/Edit-pencil-write-2.svg " width ="30px " height ="30px " style ="vertical-align: middle; " title ="Edit this page " data-placement ="bottom " data-toggle ="tooltip " data-html ="true " /> </ a >
53+ < a href ="{{ site.repositoryUrl }}/{{ path }} " class ="editLinkColour "> < img src ="{{ site.assets }}/img-icon/Edit-pencil-write-2.svg " width ="30px " height ="30px " style ="vertical-align: middle; " title ="Edit this page " data-placement ="bottom " data-toggle ="tooltip " data-html ="true " /> </ a >
4954 {%- endif -%}
5055 < span class ="rightMenuControlBtn " style ="margin-left: 15px; "> < img src ="{{ site.assets }}/img-icon/Menu-navigation-menu-4.svg " width ="30px " height ="30px " style ="vertical-align: middle; " title ="Collapse Sidebar " data-placement ="bottom " data-toggle ="tooltip " data-html ="true " /> </ span >
5156 </ div >
You can’t perform that action at this time.
0 commit comments