Merge branch 'master' of github.com:evilmartians/rosa-build

This commit is contained in:
Timothy N. Tsvetkov 2011-03-31 16:25:21 +04:00
commit 17797b956e
2 changed files with 9 additions and 8 deletions

View File

@ -1,10 +1,10 @@
class UserMailer < ActionMailer::Base
default :from => APP_CONFIG['no-reply-email'], :content_type => "text/plain"
default :from => APP_CONFIG['no-reply-email']
def new_user_notification(user)
@user = user
mail(:to => user.email, :subject => "Регистрация на проекте «#{APP_CONFIG['project_name']}»") do |format|
format.text
format.html
end
end
end

View File

@ -1,11 +1,12 @@
== Здравствуйте, #{@user.name}
%p== Здравствуйте, #{@user.name}.
== Вы зарегистрированы на проекте «#{APP_CONFIG['project_name']}» и теперь можете войти в систему.
%p Вы зарегистрированы на проекте «ROSA Build System» и теперь можете войти в систему.
==Ваш email : #{@user.email}
==Ваш пароль: #{@user.password}
%p
==Ваш email : #{@user.email}
%br/
==Ваш пароль: #{@user.password}
== Команда поддержки #{APP_CONFIG['project_name']}
%p== Команда поддержки «ROSA Build System»