Skip to content

Commit

Permalink
Remove annoying newline before colon in registration confirmation mail
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Lankila committed Sep 20, 2016
1 parent fe7bf1a commit 5f33727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/ilmo_mailer/player_message.text.haml
@@ -1,7 +1,6 @@
= t('ilmo.complete.registration_received', :tournament_title => @player.tournament.title)
- if @username and @passwd
= t('ilmo.player_mail.your_login')
\:
= \#{t('ilmo.player_mail.your_login')}:
\#{t('session.username')}: #{@username}
\#{t('session.password')}: #{@passwd}
= t('ilmo.player_mail.password_info')

0 comments on commit 5f33727

Please sign in to comment.