You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
528 B
16 lines
528 B
8 years ago
|
%p=_('email.workshop_comment.paragraph.user_said', vars: {user_name: @comment.user.name})
|
||
|
%blockquote
|
||
|
=_!@comment.comment
|
||
|
|
||
|
- if @comment.reply?
|
||
|
- original_comment = @comment.comment_object
|
||
|
%p=_('email.workshop_comment.paragraph.user_said', vars: {user_name: original_comment.user.name})
|
||
|
%blockquote
|
||
|
=_!original_comment.comment
|
||
|
|
||
|
|
||
|
%p
|
||
|
=_'email.workshop.paragraph.view_workshop'
|
||
|
- workshop_link = @host + view_workshop_path(@workshop.conference.slug, @workshop.id)
|
||
|
%a{href: workshop_link}=workshop_link
|