Commit 5d9f2e7d1582cce02648c54c373083fc8c1f70c8

Authored by Cedric Gatay
1 parent 443e21ed

Follow up of my pull request, damn last time refactor !

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/commits/show.html.haml
... ... @@ -18,7 +18,7 @@
18 18  
19 19 %hr
20 20 %pre.commit_message
21   - = preserve get_commit_message_with_link_to_issues
  21 + = preserve commit_msg_with_link_to_issues
22 22 .clear
23 23 %br
24 24  
... ...