Commit 4483437e authored by Martin Wortschack's avatar Martin Wortschack

Replace switcher icons in blob viewer models

parent 05ef2590
......@@ -8,7 +8,7 @@ module BlobViewer
self.partial_name = 'balsamiq'
self.extensions = %w(bmpr)
self.binary = true
self.switcher_icon = 'file-image-o'
self.switcher_icon = 'doc-image'
self.switcher_title = 'preview'
end
end
......@@ -8,7 +8,7 @@ module BlobViewer
self.partial_name = 'pdf'
self.extensions = %w(pdf)
self.binary = true
self.switcher_icon = 'file-pdf-o'
self.switcher_icon = 'document'
self.switcher_title = 'PDF'
end
end
......@@ -8,7 +8,7 @@ module BlobViewer
self.partial_name = 'sketch'
self.extensions = %w(sketch)
self.binary = true
self.switcher_icon = 'file-image-o'
self.switcher_icon = 'doc-image'
self.switcher_title = 'preview'
end
end
......@@ -6,7 +6,7 @@ module DiffViewer
included do
self.type = :rich
self.switcher_icon = 'file-text-o'
self.switcher_icon = 'doc-text'
self.switcher_title = _('rendered diff')
end
end
......
---
title: Replace switcher fa- icons in blob viewer models
merge_request: 45124
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment