This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
667005d5ac
gitlab-org--gitlab-foss
/
app
/
models
/
blob_viewer
/
text_stl.rb
6 lines
80 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add rich blob viewers
2017-04-13 13:21:07 -04:00
module
BlobViewer
Explain how viewers are selected from RICH_VIEWERS
2017-04-26 16:16:38 -04:00
class
TextSTL
<
BinarySTL
Set BlobViewer::Base.binary instead of .text
2017-04-24 13:51:56 -04:00
self
.
binary
=
false
Add rich blob viewers
2017-04-13 13:21:07 -04:00
end
end
Copy permalink