Skip to content

Fix indents error that cause internal wiki down

ditupao requested to merge ditupao/gitlab:fix_8-15-stable-zh into 8-15-stable-zh

Problem:

wiki/home result in Internal Server Error 500

Fix:

set wikis/_form.html.haml in line 37 start with 8 whitespaces and line 38 start with 10 whitespaces.
set wikis/_new.html.haml in line 15 start with 16 whitespaces.

Merge request reports