From a76adfa472d278fe01eed531667becab6a03f53a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 9 Aug 2012 06:02:55 +0300 Subject: [PATCH] Fixed gfm mailer --- app/mailers/notify.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb index ea40424..7a2fd3d 100644 --- a/app/mailers/notify.rb +++ b/app/mailers/notify.rb @@ -1,6 +1,7 @@ class Notify < ActionMailer::Base include Resque::Mailer add_template_helper ApplicationHelper + add_template_helper GitlabMarkdownHelper default_url_options[:host] = Gitlab.config.web_host default_url_options[:protocol] = Gitlab.config.web_protocol -- libgit2 0.21.2