From 6ecda0f4051fd85ff53317279b0b92c9dcd5bf10 Mon Sep 17 00:00:00 2001 From: Daniel Lukasiak Date: Tue, 14 Jan 2014 15:09:20 +0700 Subject: [PATCH] Set correct data-original-title value for my snippets --- app/views/layouts/_head_panel.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml index f303e4509..58b216f2e 100644 --- a/app/views/layouts/_head_panel.html.haml +++ b/app/views/layouts/_head_panel.html.haml @@ -28,7 +28,7 @@ = link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do %i.icon-globe %li - = link_to user_snippets_path(current_user), title: "My snippets", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do + = link_to user_snippets_path(current_user), title: "My snippets", class: 'has_bottom_tooltip', 'data-original-title' => 'My snippets' do %i.icon-paste - if current_user.is_admin? %li -- 2.11.0