From 8d4acac081e63010b62dcdba85dab38fbb54b589 Mon Sep 17 00:00:00 2001 From: sandoz Date: Sun, 22 Mar 2009 13:01:56 +0100 Subject: [PATCH] Removed string "Benutzername: in home/profile.html.erb * I think it doubles it self to have the same string again on the next line. Hope you find it more beautiful too :-) --- app/views/home/profile.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/profile.html.erb b/app/views/home/profile.html.erb index 6d39ab1b..f20fe9b7 100644 --- a/app/views/home/profile.html.erb +++ b/app/views/home/profile.html.erb @@ -7,7 +7,7 @@

- Benutzername: <%= h @user.nick %> + <%= h @user.nick %> (Mitglied seit: <%= distance_of_time_in_words(Time.now, @user.created_on) -%>)