diff options
author | Cedric Gatay <cedric@gatay.fr> | 2011-12-26 21:43:38 +0100 |
---|---|---|
committer | Cedric Gatay <cedric@gatay.fr> | 2011-12-26 21:44:04 +0100 |
commit | 5d9f2e7d1582cce02648c54c373083fc8c1f70c8 (patch) | |
tree | c9d1c3fc1c57d18682040b060473a68d0c737400 /app | |
parent | 443e21ed92aee684ce7b6581ac30566787e091a8 (diff) | |
download | gitlab-ce-5d9f2e7d1582cce02648c54c373083fc8c1f70c8.tar.gz |
Follow up of my pull request, damn last time refactor !
Diffstat (limited to 'app')
-rw-r--r-- | app/views/commits/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/commits/show.html.haml b/app/views/commits/show.html.haml index 8e97c857ef1..2a6b85bf0fe 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 |