| ... | @@ -71,6 +71,7 @@ export default function initDiffsApp(store) { |
... | @@ -71,6 +71,7 @@ export default function initDiffsApp(store) { |
|
|
helpPagePath: dataset.helpPagePath,
|
|
helpPagePath: dataset.helpPagePath,
|
|
|
currentUser: JSON.parse(dataset.currentUserData) || {},
|
|
currentUser: JSON.parse(dataset.currentUserData) || {},
|
|
|
changesEmptyStateIllustration: dataset.changesEmptyStateIllustration,
|
|
changesEmptyStateIllustration: dataset.changesEmptyStateIllustration,
|
|
|
|
isFluidLayout: parseBoolean(dataset.isFluidLayout),
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
computed: {
|
|
computed: {
|
| ... | @@ -97,6 +98,7 @@ export default function initDiffsApp(store) { |
... | @@ -97,6 +98,7 @@ export default function initDiffsApp(store) { |
|
|
helpPagePath: this.helpPagePath,
|
|
helpPagePath: this.helpPagePath,
|
|
|
shouldShow: this.activeTab === 'diffs',
|
|
shouldShow: this.activeTab === 'diffs',
|
|
|
changesEmptyStateIllustration: this.changesEmptyStateIllustration,
|
|
changesEmptyStateIllustration: this.changesEmptyStateIllustration,
|
|
|
|
isFluidLayout: this.isFluidLayout,
|
|
|
},
|
|
},
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
| ... | |
... | |
| ... | | ... | |