[refs #114] email i18n
This commit is contained in:
parent
f0d7ed0d89
commit
f1f6d1b78b
|
@ -0,0 +1,14 @@
|
||||||
|
%p== Hello, #{@user.name}.
|
||||||
|
|
||||||
|
- if @comment.commentable.class == Issue
|
||||||
|
- link = link_to @comment.commentable.title, [@comment.commentable.project, @comment.commentable]
|
||||||
|
- object = 'issue'
|
||||||
|
- elsif @comment.commentable.class == Grit::Commit
|
||||||
|
- link = link_to @comment.commentable.message, commit_path(@comment.project, @comment.commentable_id)
|
||||||
|
- object = 'commit'
|
||||||
|
%p User #{ link_to @comment.user.uname, user_path(@comment.user)} added new comment to #{object} #{link}.
|
||||||
|
|
||||||
|
%p "#{ @comment.body }"
|
||||||
|
|
||||||
|
|
||||||
|
%p== Support Team «ROSA Build System»
|
|
@ -1,7 +0,0 @@
|
||||||
%p== Здравствуйте, #{@user.name}.
|
|
||||||
|
|
||||||
%p К коммиту был добавлен новый комментарий.
|
|
||||||
%p "#{ @comment.body }"
|
|
||||||
|
|
||||||
|
|
||||||
%p== Команда поддержки «ROSA Build System»
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
%p== Hello, #{@user.name}.
|
||||||
|
|
||||||
|
- if @comment.commentable.class == Issue
|
||||||
|
- link = link_to @comment.commentable.title, [@comment.commentable.project, @comment.commentable]
|
||||||
|
- object = 'issue'
|
||||||
|
- elsif @comment.commentable.class == Grit::Commit
|
||||||
|
- link = link_to @comment.commentable.message, commit_path(@comment.project, @comment.commentable_id])
|
||||||
|
- object = 'commit'
|
||||||
|
%p User #{ link_to @comment.user.uname, user_path(@comment.user)} added new comment to #{object} #{link}.
|
||||||
|
|
||||||
|
%p "#{ @comment.body }"
|
||||||
|
|
||||||
|
|
||||||
|
%p== Support Team «ROSA Build System»
|
|
@ -1,9 +0,0 @@
|
||||||
%p== Здравствуйте, #{@user.name}.
|
|
||||||
|
|
||||||
|
|
||||||
%p На Ваш комментарий в коммите #{ link_to @comment.commentable.message, commit_path(@comment.project, @comment.commentable_id]) } был дан ответ.
|
|
||||||
|
|
||||||
%p "#{ @comment.body }"
|
|
||||||
|
|
||||||
|
|
||||||
%p== Команда поддержки «ROSA Build System»
|
|
Loading…
Reference in New Issue