Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-08-09 07:02:55 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-08-09 07:02:55 +0400
commita76adfa472d278fe01eed531667becab6a03f53a (patch)
tree12063a92f3e24f06c173de2f9ab4827a7fcc9423 /app/mailers
parent04bad8257f1aec906e10576c425edcba3d9d8f90 (diff)
Fixed gfm mailer
Diffstat (limited to 'app/mailers')
-rw-r--r--app/mailers/notify.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb
index ea404247d2a..7a2fd3d682b 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