From b5b147de7e5319d6a728fc53196436b96d13d788 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Tue, 4 Feb 2014 22:08:41 -0500 Subject: [PATCH] fixed error in account menu --- app/views/layouts/_account.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_account.html.erb b/app/views/layouts/_account.html.erb index 661e016e..6ba3bb45 100644 --- a/app/views/layouts/_account.html.erb +++ b/app/views/layouts/_account.html.erb @@ -7,7 +7,7 @@ <% account = current_user %>

Hello <%= account.name.split[0...1][0] %>!