Commit 6ecda0f4051fd85ff53317279b0b92c9dcd5bf10

Authored by Daniel Lukasiak
1 parent 55024ed1

Set correct data-original-title value for my snippets

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/_head_panel.html.haml
... ... @@ -28,7 +28,7 @@
28 28 = link_to public_root_path, title: "Public area", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do
29 29 %i.icon-globe
30 30 %li
31   - = link_to user_snippets_path(current_user), title: "My snippets", class: 'has_bottom_tooltip', 'data-original-title' => 'Public area' do
  31 + = link_to user_snippets_path(current_user), title: "My snippets", class: 'has_bottom_tooltip', 'data-original-title' => 'My snippets' do
32 32 %i.icon-paste
33 33 - if current_user.is_admin?
34 34 %li
... ...