FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
github-docs/includes/article-version-switcher.html at main · 0xdevalias/github-docs · GitHub
0xdevalias
/
github-docs
Public
forked from
github/docs
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
github-docs
/
includes
/
article-version-switcher.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (19 loc) · 1.26 KB
Breadcrumbs
github-docs
/
includes
/
article-version-switcher.html
Copy path
File metadata and controls
20 lines (19 loc) · 1.26 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{% if page.permalinks and page.permalinks.length
>
1 %}
<
details
class
="
dropdown-withArrow d-inline-block details details-reset mb-1 position-relative close-when-clicked-outside article-versions
"
>
<
summary
class
="
d-flex flex-items-center flex-justify-between f4 h5-mktg btn-outline-mktg btn-mktg p-2
"
>
<!-- GitHub.com, Enterprise Server 2.16, etc -->
<
span
class
="
d-md-none d-xl-inline-block mr-1
"
>
{% data ui.pages.article_version %}
</
span
>
{{ allVersions[currentVersion].versionTitle }}
<
svg
class
="
arrow ml-1
"
width
="
14px
"
height
="
8px
"
viewBox
="
0 0 14 8
"
xml:space
="
preserve
"
fill
="
none
"
stroke
="
#1277eb
"
>
<
path
d
="
M1,1l6.2,6L13,1
"
>
</
path
>
</
svg
>
</
summary
>
<
div
class
="
nav-dropdown position-absolute bg-white rounded-1 px-4 py-3 top-7 box-shadow-large
"
style
="
z-index: 6; width: 210px;
"
>
{% for permalink in page.permalinks %}
<
a
href
="
{{ permalink.href }}
"
class
="
d-block py-2 {% if currentPath == permalink.href %}link-blue active{% else %}link-gray-dark no-underline{% endif %}
"
>
{{ allVersions[permalink.pageVersion].versionTitle }}
</
a
>
{% endfor %}
<
a
class
="
f6 no-underline text-gray-light pt-1
"
href
="
/enterprise-server-releases
"
>
See all Enterprise releases
</
a
>
</
div
>
</
details
>
{% endif %}
Back
|
FazBrowse Home
|
New Git URL