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

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

    self.partial_name = 'mode_changed'
  end
end