gitlab-org--gitlab-foss/app/models/diff_viewer/collapsed.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
159 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module DiffViewer
class Collapsed < Base
include Simple
include Static
self.partial_name = 'collapsed'
end
end