500 on help/api
Created by: Thijmen
Hi,
When trying to view help/api, I get a 500 error.
Here's my log/production.log: ``Started GET "/help/api" for 127.0.0.1 at 2013-03-24 13:08:01 +0000 Processing by HelpController#api as HTML Rendered help/_layout.html.haml (105.4ms) Rendered help/api.html.haml within layouts/application (106.0ms) Completed 500 Internal Server Error in 109ms
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:25:in block_code' app/helpers/gitlab_markdown_helper.rb:50:in
render'
app/helpers/gitlab_markdown_helper.rb:50:in markdown' app/views/help/api.html.haml:35:in
block (2 levels) in _app_views_help_api_html_haml__3200488279887229324_53279860'
app/views/help/api.html.haml:34:in block in _app_views_help_api_html_haml__3200488279887229324_53279860' app/views/help/_layout.html.haml:34:in
_app_views_help__layout_html_haml___3029150971084505298_56216140'
app/views/help/api.html.haml:1:in `_app_views_help_api_html_haml__3200488279887229324_53279860'
``