Skip to content

Commit

Permalink
#27 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 7, 2018
1 parent c3a4674 commit 39329fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions views/recipient.haml
Expand Up @@ -49,8 +49,9 @@
Source:
&= recipient.source

%pre
&= recipient.yaml.to_yaml
- if !recipient.yaml.to_a.empty?
%pre
&= recipient.yaml.to_yaml

%form{method: 'POST', action: '/comment-recipient'}
%input{type: 'hidden', name: 'list', value: list.id}
Expand Down

0 comments on commit 39329fc

Please sign in to comment.