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

not_diffable.rb « diff_viewer « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f9638626ea4c68afe30f9058b61d5aca8f537fc (plain)
1
2
3
4
5
6
7
8
9
module DiffViewer
  class NotDiffable < Base
    include Simple
    include Static

    self.partial_name = 'not_diffable'
    self.binary = true
  end
end