500 We're sorry, but something went wrong -> for …/commits/master
Created by: offlinehoster
==> gitlab-rails/production.log <==
Started GET "/company/reponame/commits/master" for 266.266.266.266 at 2015-01-20 13:36:15 +0100
Processing by Projects::CommitsController#show as HTML
Parameters: {"project_id"=>"company/reponame", "id"=>"master"}
Completed 500 Internal Server Error in 87ms
ActionView::Template::Error (invalid byte sequence in UTF-8):
3: = link_to commit.short_id, project_commit_path(project, commit), class: "commit_short_id"
4:
5: %span.str-truncated
6: = link_to_gfm commit.title, project_commit_path(project, commit.id), class: "commit-row-message"
7: - if commit.description?
8: %a.text-expander.js-toggle-button ...
9:
app/models/commit.rb:76:in `title'
app/views/projects/commits/_commit.html.haml:6:in `_app_views_projects_commits__commit_html_haml___3002010716750934910_52146240'
app/views/projects/commits/_commits.html.haml:10:in `block in _app_views_projects_commits__commits_html_haml___3290458241762894901_52443960'
app/views/projects/commits/_commits.html.haml:1:in `each'
app/views/projects/commits/_commits.html.haml:1:in `_app_views_projects_commits__commits_html_haml___3290458241762894901_52443960'
app/views/projects/commits/show.html.haml:18:in `_app_views_projects_commits_show_html_haml___1667700406023641542_53924420'
app/controllers/projects/commits_controller.rb:18:in `show'