Disable issues sort. Recent issues on top. Fixed tests
This commit is contained in:
parent
e00390b377
commit
a2eda66b30
12 changed files with 29 additions and 47 deletions
|
@ -2,8 +2,9 @@ class Notify < ActionMailer::Base
|
|||
include Resque::Mailer
|
||||
add_template_helper ApplicationHelper
|
||||
|
||||
default_url_options[:host] = Gitlab.config.web_host
|
||||
default_url_options[:host] = Gitlab.config.web_host
|
||||
default_url_options[:protocol] = Gitlab.config.web_protocol
|
||||
default_url_options[:port] = Gitlab.config.web_port
|
||||
|
||||
default from: Gitlab.config.email_from
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue