Commit 798f82f4869d723b772c4cb7956bb9a72cb62fe4
Exists in
spb-stable
and in
3 other branches
Merge pull request #6041 from estrai/head-panel-data-original-title-fixup
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 | ... | ... |