From ef2e7ca4f946a10dba86d02eb6d7880cc150c6e0 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Mon, 9 Nov 2015 14:27:56 +0100 Subject: [PATCH] fixes specs --- app/mailers/mailer.rb | 2 +- config/locales/en.yml | 1 - config/locales/es.yml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/mailers/mailer.rb b/app/mailers/mailer.rb index bf646019a..33b52d170 100644 --- a/app/mailers/mailer.rb +++ b/app/mailers/mailer.rb @@ -1,7 +1,7 @@ class Mailer < ApplicationMailer helper :text_with_links helper :mailer - helper :user + helper :users def comment(comment) @comment = comment diff --git a/config/locales/en.yml b/config/locales/en.yml index 0089fded9..c47a27703 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -340,7 +340,6 @@ en: other: "%{count} Comments" no_activity: "User has no public activity" private_activity: "This user decided to keep the activity list private" - deleted: "Deleted" deleted_debate: "This debate has been deleted" deleted_proposal: "This proposal has been deleted" unauthorized: diff --git a/config/locales/es.yml b/config/locales/es.yml index 9bc0fe644..e6f76ec86 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -340,7 +340,6 @@ es: other: "%{count} Comentarios" no_activity: "Usuario sin actividad pública" private_activity: "Este usuario ha decidido mantener en privado su lista de actividades" - deleted: "Eliminado" deleted_debate: "Este debate ha sido eliminado" deleted_proposal: "Este propuesta ha sido eliminada" unauthorized: