Cannot view markdown help, 500 Error
Created by: burhan
When browsing to the markdown help link from the wiki section, the following error is shown:
Version: 6.0
Started GET "/help/markdown" for 127.0.0.1 at 2013-09-04 10:22:54 +0300
Processing by HelpController#markdown as HTML
Rendered help/_layout.html.haml (26.8ms)
Rendered help/markdown.html.haml within layouts/application (32.3ms)
Completed 500 Internal Server Error in 50ms
ActionView::Template::Error (Failed to get header.):
31: %strong= link_to "Public Access", help_public_access_path
32:
33: .span9.pull-right
34: = yield
lib/redcarpet/render/gitlab_html.rb:26:in `block_code'
app/helpers/gitlab_markdown_helper.rb:50:in `render'
app/helpers/gitlab_markdown_helper.rb:50:in `markdown'
app/views/help/markdown.html.haml:6:in `block (2 levels) in _app_views_help_markdown_html_haml___1717450880106876802_69907626787360'
app/views/help/markdown.html.haml:5:in `block in _app_views_help_markdown_html_haml___1717450880106876802_69907626787360'
app/views/help/_layout.html.haml:34:in `_app_views_help__layout_html_haml__3259988118240541604_69907626871460'
app/views/help/markdown.html.haml:1:in `_app_views_help_markdown_html_haml___1717450880106876802_69907626787360'