Browse Source

Fixes jump links

main
Eric Amodio 5 years ago
parent
commit
e5acffb48a
2 changed files with 5 additions and 10 deletions
  1. +5
    -5
      src/webviews/apps/settings/index.html
  2. +0
    -5
      src/webviews/apps/welcome/index.html

+ 5
- 5
src/webviews/apps/settings/index.html View File

@ -1128,7 +1128,7 @@
class="link__configure"
data-action="jump"
title="Jump to Repositories view settings"
href="command:gitlens.showSettingsPage?%22repositories-view%22"
href="#repositories-view"
>
<i class="icon icon__gear"></i>
</a>
@ -1151,7 +1151,7 @@
class="link__configure"
data-action="jump"
title="Jump to File History view settings"
href="command:gitlens.showSettingsPage?%22file-history-view%22"
href="#file-history-view"
>
<i class="icon icon__gear"></i>
</a>
@ -1174,7 +1174,7 @@
class="link__configure"
data-action="jump"
title="Jump to Line History view settings"
href="command:gitlens.showSettingsPage?%22line-history-view%22"
href="#line-history-view"
>
<i class="icon icon__gear"></i>
</a>
@ -1197,7 +1197,7 @@
class="link__configure"
data-action="jump"
title="Jump to Search Commits view settings"
href="command:gitlens.showSettingsPage?%22search-commits-view%22"
href="#search-commits-view"
>
<i class="icon icon__gear"></i>
</a>
@ -1220,7 +1220,7 @@
class="link__configure"
data-action="jump"
title="Jump to Compare view settings"
href="command:gitlens.showSettingsPage?%22compare-view%22"
href="#compare-view"
>
<i class="icon icon__gear"></i>
</a>

+ 0
- 5
src/webviews/apps/welcome/index.html View File

@ -400,7 +400,6 @@
</select>
<a
class="link__configure"
data-action="jump"
title="Jump to Repositories view settings"
href="command:gitlens.showSettingsPage?%22repositories-view%22"
>
@ -423,7 +422,6 @@
</select>
<a
class="link__configure"
data-action="jump"
title="Jump to File History view settings"
href="command:gitlens.showSettingsPage?%22file-history-view%22"
>
@ -446,7 +444,6 @@
</select>
<a
class="link__configure"
data-action="jump"
title="Jump to Line History view settings"
href="command:gitlens.showSettingsPage?%22line-history-view%22"
>
@ -469,7 +466,6 @@
</select>
<a
class="link__configure"
data-action="jump"
title="Jump to Search Commits view settings"
href="command:gitlens.showSettingsPage?%22search-commits-view%22"
>
@ -492,7 +488,6 @@
</select>
<a
class="link__configure"
data-action="jump"
title="Jump to Compare view settings"
href="command:gitlens.showSettingsPage?%22compare-view%22"
>

Loading…
Cancel
Save