gitlab-org--gitlab-foss/app/models/blob_viewer/balsamiq.rb

13 lines
258 B
Ruby
Raw Normal View History

2017-04-28 06:42:30 -04:00
module BlobViewer
2017-04-28 06:32:56 -04:00
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