summaryrefslogtreecommitdiff
path: root/app/views/users/show.html.haml
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-01 11:43:22 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-01 11:43:22 -0500
commitf0b877904703b9e22ffd4556a1872b0a20f55d36 (patch)
treeca0eff35ca4633430f4e658d2dc39718b70b93dc /app/views/users/show.html.haml
parent10eb6d3cd7c9777d38558017073997d3b5be1c98 (diff)
downloadgitlab-ce-f0b877904703b9e22ffd4556a1872b0a20f55d36.tar.gz
Make url and actions to be the same name
Diffstat (limited to 'app/views/users/show.html.haml')
-rw-r--r--app/views/users/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index 15b1dbd508a..83aecca7716 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -76,8 +76,8 @@
%li.groups-tab
= link_to user_groups_path, data: {target: 'div#groups', action: 'groups', toggle: 'tab'} do
Groups
- %li.contributed_projects-tab
- = link_to user_contributed_projects_path, data: {target: 'div#contributed_projects', action: 'contributed_projects', toggle: 'tab'} do
+ %li.contributed-tab
+ = link_to user_contributed_projects_path, data: {target: 'div#contributed', action: 'contributed', toggle: 'tab'} do
Contributed projects
%li.projects-tab
= link_to user_projects_path, data: {target: 'div#projects', action: 'projects', toggle: 'tab'} do
@@ -99,7 +99,7 @@
#groups.tab-pane
- # This tab is always loaded via AJAX
- #contributed_projects.tab-pane
+ #contributed.tab-pane
- # This tab is always loaded via AJAX
#projects.tab-pane