Err 500 on trying to view repository root (README file problem?)
Created by: damianb
ActionView::Template::Error (Failed to get header.):
5: .file_content.wiki
6: - if gitlab_markdown?(readme.name)
7: = preserve do
8: = markdown(readme.data)
9: - elsif plain_text_readme?(readme.name)
10: %pre.clean
11: = readme.data
lib/redcarpet/render/gitlab_html.rb:16:in `block_code'
app/helpers/gitlab_markdown_helper.rb:44:in `render'
app/helpers/gitlab_markdown_helper.rb:44:in `markdown'
app/views/tree/_readme.html.haml:8:in `block in _app_views_tree__readme_html_haml___722684912_82395380'
app/views/tree/_readme.html.haml:7:in `_app_views_tree__readme_html_haml___722684912_82395380'
app/views/tree/_tree.html.haml:36:in `_app_views_tree__tree_html_haml___626211534_80699700'
app/views/tree/show.html.haml:3:in `_app_views_tree_show_html_haml__342742554_80634180'
app/controllers/tree_controller.rb:17:in `show'
Yes, I have a readme file. No submodules in repo root dir, but manually entering the URL to a dir with them in there works perfectly fine.