rosa-build/app/views/user_mailer/new_comment_notification.ru...

15 lines
602 B
Plaintext

%p== Здравствуйте, #{@user.user_appeal}.
- if @comment.issue_comment?
- link = link_to @comment.commentable.title, project_issue_url(@comment.commentable.project, @comment.commentable)
- object = 'задаче'
- elsif @comment.commit_comment?
- link = link_to @comment.commentable.message, commit_url(@comment.project, @comment.commentable_id)
- object = 'коммиту'
%p #{ link_to @comment.user.uname, user_url(@comment.user)} добавил комментарий к #{object} #{link}.
%p "#{ @comment.body }"
%p== Команда поддержки «ROSA Build System»