debian-mirror-gitlab/app/models/blob_viewer/balsamiq.rb
2018-11-18 11:00:15 +05:30

15 lines
289 B
Ruby

# frozen_string_literal: true
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