From 47c60fe8eb637f6df0af9b0cf95cfb294fada28c Mon Sep 17 00:00:00 2001 From: Sebastian Schuster Date: Thu, 16 Jan 2014 10:35:30 +0100 Subject: [PATCH] Fixed a small bug in mailer views --- app/views/user_mailer/account_information.html.erb | 2 +- app/views/user_mailer/account_information.text.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/user_mailer/account_information.html.erb b/app/views/user_mailer/account_information.html.erb index 808021a561..f9669cca4b 100644 --- a/app/views/user_mailer/account_information.html.erb +++ b/app/views/user_mailer/account_information.html.erb @@ -28,7 +28,7 @@ See doc/COPYRIGHT.rdoc for more details. ++#%> <% if @user.auth_source %> -

<%= t(:mail_body_account_information_external, @user.auth_source.name) %>

+

<%= t(:mail_body_account_information_external, :value => @user.auth_source.name) %>

<% else %>

<%= t(:mail_body_account_information) %>: