diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb index 666cef4..3a4c9cf 100644 --- a/app/mailers/notify.rb +++ b/app/mailers/notify.rb @@ -56,7 +56,7 @@ class Notify < ActionMailer::Base # => "Lorem ipsum | Dolor sit amet" def subject(*extra) subject = "" - subject << "#{@project.name_with_namespace} | " if @project + subject << "#{@project.name} | " if @project subject << extra.join(' | ') if extra.present? subject end -- libgit2 0.21.2