From ce7829e9c111b053e7ce6eae59ca50bd0fc89003 Mon Sep 17 00:00:00 2001 From: Stella Date: Sun, 9 Nov 2014 14:30:22 +0200 Subject: [PATCH] Profile --- app/views/layouts/_user_menu.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_user_menu.html.haml b/app/views/layouts/_user_menu.html.haml index c1ae6cea..5688ac80 100644 --- a/app/views/layouts/_user_menu.html.haml +++ b/app/views/layouts/_user_menu.html.haml @@ -6,7 +6,7 @@ %li = link_to(edit_user_path(current_user.id)) do %span.fa.fa-user - Edit Profil + Edit Profile -if @conference and @conference.id %li = link_to(conference_proposal_index_path(@conference.short_title)) do