mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Merge branch '34729-blob' into 'master'
snippet has a blob, but isn't a blob Closes #34729 See merge request !12792
This commit is contained in:
@ -525,7 +525,7 @@
|
||||
%h4
|
||||
%code .file-holder
|
||||
|
||||
- blob = Snippet.new(content: "Wow\nSuch\nFile")
|
||||
- blob = Snippet.new(content: "Wow\nSuch\nFile").blob
|
||||
.example
|
||||
.file-holder
|
||||
.js-file-title.file-title
|
||||
|
4
changelogs/unreleased/34729-blob.yml
Normal file
4
changelogs/unreleased/34729-blob.yml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Fix crash on /help/ui
|
||||
merge_request:
|
||||
author:
|
Reference in New Issue
Block a user