From 3c6cb2e1fb30330763720f2c29bf3d8e1a66a24b Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Tue, 18 Nov 2014 14:16:07 +0200 Subject: [PATCH] glyphicons --- app/views/shared/navigation/_users.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/navigation/_users.html.erb b/app/views/shared/navigation/_users.html.erb index a4b4555..0bffc6c 100644 --- a/app/views/shared/navigation/_users.html.erb +++ b/app/views/shared/navigation/_users.html.erb @@ -25,10 +25,10 @@ <%= n.group do %> <%= n.item '', link: edit_user_registration_path, html: { rel: 'tooltip', title: "IP: #{client_remote_ip}" } do %> - Settings + Settings <% end %> <%= n.item '', link: destroy_user_session_path do %> - Sign out + Sign out <% end %> <% end %>