gitlab-org--gitlab-foss/app/models/blob_viewer/balsamiq.rb
Luke "Jared" Bennett a67a648b00
Moved partial
2017-04-28 11:42:30 +01:00

12 lines
258 B
Ruby

module BlobViewer
class Balsamiq < Base
include Rich
include ClientSide
self.partial_name = 'balsamiq'
self.extensions = %w(bmpr)
self.binary = true
self.switcher_icon = 'file-image-o'
self.switcher_title = 'preview'
end
end