From 5d9f2e7d1582cce02648c54c373083fc8c1f70c8 Mon Sep 17 00:00:00 2001 From: Cedric Gatay Date: Mon, 26 Dec 2011 21:43:38 +0100 Subject: [PATCH] Follow up of my pull request, damn last time refactor ! --- app/views/commits/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/commits/show.html.haml b/app/views/commits/show.html.haml index 8e97c857..2a6b85bf 100644 --- a/app/views/commits/show.html.haml +++ b/app/views/commits/show.html.haml @@ -18,7 +18,7 @@ %hr %pre.commit_message - = preserve get_commit_message_with_link_to_issues + = preserve commit_msg_with_link_to_issues .clear %br