File tree 6 files changed +32
-23
lines changed
6 files changed +32
-23
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ <h2 id="in-this-article" class="f5 mb-2"><a class="link-gray-dark" href="#in-thi
69
69
{% if currentLearningTrack and currentLearningTrack.trackName %}
70
70
{% include learning-track-nav %}
71
71
{% endif %}
72
- {% include helpfulness %}
73
- {% unless page.hidden %}{% include contribution %}{% endunless %}
74
72
</ div >
75
73
</ article >
76
74
</ div >
Original file line number Diff line number Diff line change 1
1
{% unless enterpriseServerReleases.isOldestReleaseDeprecated and currentVersion contains enterpriseServerReleases.oldestSupported %}
2
- < div class ="mt-3 f5 contribution ">
3
- < h2 class ="f5 "> {% data ui.contribution_cta.title %}</ h2 >
2
+ < div class ="f5 contribution ">
3
+ < h2 class ="f4 "> {% data ui.contribution_cta.title %}</ h2 >
4
4
< p class ="text-gray f6 "> {% data ui.contribution_cta.body %}</ p >
5
5
< a class ="btn btn-outline " href ={{ "https://github.com/github/docs/edit/main/content/" | append: page.relativePath }}>
6
6
{% octicon "git-pull-request" height="16" %}
Original file line number Diff line number Diff line change 1
1
{% unless enterpriseServerReleases.isOldestReleaseDeprecated and currentVersion contains enterpriseServerReleases.oldestSupported %}
2
- < form class ="js-helpfulness mt-4 f5 ">
2
+ < form class ="js-helpfulness f5 ">
3
3
< h2
4
4
data-help-start
5
5
data-help-yes
6
6
data-help-no
7
- class ="mb-1 f5 "
7
+ class ="mb-1 f4 "
8
8
>
9
9
{% data ui.helpfulness.able_to_find %}
10
10
</ h2 >
Original file line number Diff line number Diff line change
1
+ < section class ="mt-lg-9 py-7 px-3 px-md-6 no-print " style ="background:#fafbfc ">
2
+ < div class ="container-xl gutter-lg-spacious clearfix ">
3
+ < div class ="col-12 col-lg-6 col-xl-4 mb-6 mb-xl-0 float-left ">
4
+ {% include helpfulness %}
5
+ </ div >
6
+ < div class ="col-12 col-lg-6 col-xl-4 mb-6 mb-xl-0 float-left ">
7
+ {% include contribution %}
8
+ </ div >
9
+ < div class ="col-12 col-lg-12 col-xl-4 float-left ">
10
+ {% include support %}
11
+ </ div >
12
+ </ div >
13
+ </ section >
Original file line number Diff line number Diff line change 1
1
<!-- Contact support banner -->
2
- < section class ="mt-lg-9 py-7 no-print js-support-banner " style ="background-color: #fafbfc; ">
3
- < div class ="container-xl px-3 px-md-6 ">
4
- < h3 class ="mb-2 f4 ">
5
- {% data ui.support.still_need_help %}
6
- </ h3 >
7
- {% if currentVersion contains 'enterprise' %}{% assign isEnterprise = true %}{% else %}{% assign isEnterprise = false %}{% endif %}
8
- < a id ="ask-community " href ="https://github.community " class ="btn btn-outline mr-4 mt-2 ">
9
- {% octicon "people" width="16" %}
10
- {% data ui.support.ask_community %}
11
- </ a >
12
- < a id ="contact-us " href ="{% unless isEnterprise %}https://support.github.com/contact{% else %}https://enterprise.github.com/support{% endunless %} " class ="btn btn-outline mt-2 ">
13
- {% octicon "comment-discussion" width="16" %}
14
- {% data ui.support.contact_support %}
15
- </ a >
16
- </ div >
17
- </ section >
2
+ < div >
3
+ < h3 class ="mb-2 f4 ">
4
+ {% data ui.support.still_need_help %}
5
+ </ h3 >
6
+ {% if currentVersion contains 'enterprise' %}{% assign isEnterprise = true %}{% else %}{% assign isEnterprise = false %}{% endif %}
7
+ < a id ="ask-community " href ="https://github.community " class ="btn btn-outline mr-4 mt-2 ">
8
+ {% octicon "people" width="16" %}
9
+ {% data ui.support.ask_community %}
10
+ </ a >
11
+ < a id ="contact-us " href ="{% unless isEnterprise %}https://support.github.com/contact{% else %}https://enterprise.github.com/support{% endunless %} " class ="btn btn-outline mt-2 ">
12
+ {% octicon "comment-discussion" width="16" %}
13
+ {% data ui.support.contact_support %}
14
+ </ a >
15
+ </ div >
Original file line number Diff line number Diff line change 13
13
{% else %}
14
14
{% include article %}
15
15
{% endif %}
16
- {% include support %}
16
+ {% include support-section %}
17
17
{% include small-footer %}
18
18
</ main >
19
19
</ body >
You can’t perform that action at this time.
0 commit comments