Bike!Bike! Website!
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
537 B

8 years ago
%p=_('email.workshop_comment.paragraph.user_said', vars: {user_name: @comment.user.name})
%blockquote
=_!@comment.comment
8 years ago
- 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
8 years ago
%p
=_'email.workshop.paragraph.view_workshop'
7 years ago
- workshop_link = view_workshop_url(@workshop.conference.slug, @workshop.id)
%a{href: workshop_link}=_!(workshop_link)