|
|
@ -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> |
|
|
|