summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartholomew <mackintosh02@gmail.com>2016-06-08 12:43:43 +0000
committerBartholomew <mackintosh02@gmail.com>2016-06-08 12:43:43 +0000
commit1611c57c6c7d533ae9d0aaabf72cc058fc3cec08 (patch)
tree52b82a29f9c28dce08c1ec7aa395585c7d375bc5
parent915ad255cdc7afa9a44ba24eed62f28184e81836 (diff)
downloadgitlab-ce-1611c57c6c7d533ae9d0aaabf72cc058fc3cec08.tar.gz
fix empty user projects snippets list
-rw-r--r--app/views/users/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index 8268380dafc..92305594a81 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -79,10 +79,10 @@
%li.js-contributed-tab
= link_to user_contributed_projects_path, data: {target: 'div#contributed', action: 'contributed', toggle: 'tab'} do
Contributed projects
- %li.projects-tab
+ %li.js-projects-tab
= link_to user_projects_path, data: {target: 'div#projects', action: 'projects', toggle: 'tab'} do
Personal projects
- %li.snippets-tab
+ %li.js-snippets-tab
= link_to user_snippets_path, data: {target: 'div#snippets', action: 'snippets', toggle: 'tab'} do
Snippets