ActionView::Template::Error (undefined method `tab_width' for nil:NilClass):
Created by: cyruscavalcante
Version: GitLab 8.0.0.pre 4ac9dcc2
Processing by ProjectsController#show as HTML
Parameters: {"namespace_id"=>"saudeti", "id"=>"recadastramento"}
Read fragment views/19-8f7d109f7a23d3504bd122b51a96e0e3f7a34014-readme/52ae10bdb6893d3d0ad5e895fe2cc950 (0.3ms)
Completed 500 Internal Server Error in 172ms (ActiveRecord: 13.8ms)
ActionView::Template::Error (undefined method `tab_width' for nil:NilClass):
8: %i.fa.fa-pencil
9: .wiki
10: = cache(readme_cache_key) do
11: = render_readme(readme)
12: - else
13: %h3.page-title
14: This project does not have README yet
app/helpers/application_helper.rb:221:in `render_markup'
app/helpers/tree_helper.rb:28:in `render_readme'
app/views/projects/_readme.html.haml:11:in `block in _app_views_projects__readme_html_haml___2013390346559916252_70091165688280'
app/views/projects/_readme.html.haml:10:in `_app_views_projects__readme_html_haml___2013390346559916252_70091165688280'
app/views/projects/show.html.haml:69:in `_app_views_projects_show_html_haml__1130419082312711788_70091123525220'
app/controllers/projects_controller.rb:85:in `block (2 levels) in show'
app/controllers/projects_controller.rb:79:in `show'