Skip to content

Commit

Permalink
Merge branch 'release/0.17.7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Apr 8, 2017
2 parents 396fad1 + 61484f3 commit 9fef914
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/mailers/comment_mailer/create.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
%p
= @comment.user.decorate.short_name
добавил комментарий к записи
= @comment.record.title
- if @comment.record.try(:title)
= @comment.record.title
- else
= @comment.record.decorate.short_name
%p
Текст комментария:
= @comment.text
Expand Down

0 comments on commit 9fef914

Please sign in to comment.