Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-29 12:11:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-29 12:11:44 +0300
commita36e5d33c2ca0e724053066efcec9471b861485c (patch)
tree5e1caf609f1679040a2f4cf9c3c76574e2e1eab8 /app/assets/javascripts/diffs
parent23e26ddb00d9530100c53eb454ba0583737805d7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/diffs')
-rw-r--r--app/assets/javascripts/diffs/components/diff_expansion_cell.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/javascripts/diffs/components/diff_expansion_cell.vue b/app/assets/javascripts/diffs/components/diff_expansion_cell.vue
index f74a03b56e0..3082ba0f16f 100644
--- a/app/assets/javascripts/diffs/components/diff_expansion_cell.vue
+++ b/app/assets/javascripts/diffs/components/diff_expansion_cell.vue
@@ -223,7 +223,6 @@ export default {
>
<button
v-if="showExpandDown"
- v-gl-tooltip.left
:title="s__('Diffs|Next 20 lines')"
:disabled="loading.down"
type="button"
@@ -235,7 +234,6 @@ export default {
</button>
<button
v-if="lineCountBetween !== -1 && lineCountBetween < 20"
- v-gl-tooltip.left
:title="s__('Diffs|Expand all lines')"
:disabled="loading.all"
type="button"
@@ -247,7 +245,6 @@ export default {
</button>
<button
v-if="showExpandUp"
- v-gl-tooltip.left
:title="s__('Diffs|Previous 20 lines')"
:disabled="loading.up"
type="button"