diff options
Diffstat (limited to 'app/models/blob_viewer/auxiliary.rb')
-rw-r--r-- | app/models/blob_viewer/auxiliary.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/blob_viewer/auxiliary.rb b/app/models/blob_viewer/auxiliary.rb index 263d51b4e36..aa432d51026 100644 --- a/app/models/blob_viewer/auxiliary.rb +++ b/app/models/blob_viewer/auxiliary.rb @@ -7,7 +7,7 @@ module BlobViewer include Gitlab::Allowable included do - self.loading_partial_name = 'loading_auxiliary' + self.loading_partial_name = "loading_auxiliary" self.type = :auxiliary self.collapse_limit = 100.kilobytes self.size_limit = 100.kilobytes |