Commit 528d125dbbf8aa3bb76addf335f18d1d94cb16ee

Authored by randx
2 parents a483090b bd0c971a

Merge branch 'jouve-fix_commits_dashboard'

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/views/events/_commit.html.haml
... ... @@ -5,5 +5,4 @@
5 5 %strong.cdark= commit.author_name
6 6 –
7 7 = image_tag gravatar_icon(commit.author_email), class: "avatar", width: 16
8   - = gfm truncate(commit.title, length: 50), project_commit_path(project, id: commit.id) rescue "--broken encoding"
9   -
  8 + = gfm truncate(commit.title, length: 50) rescue "--broken encoding"
... ...