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

empty.rb « blob_viewer « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2380578ed72eaea8617f7fa3b7673f402663789c (plain)
1
2
3
4
5
6
7
8
module BlobViewer
  class Empty < Base
    include Simple
    include ServerSide

    self.partial_name = 'empty'
  end
end