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

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

    self.partial_name = 'added'
  end
end