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

not_diffable.vue « viewers « diff_viewer « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4d3038f066e4ae97e44f17a7fd3987583e41848 (plain)
1
2
3
4
5
<template>
  <div class="nothing-here-block">
    {{ __('This diff was suppressed by a .gitattributes entry.') }}
  </div>
</template>