summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorKarlo Soriano <karlo@aelogica.com>2016-04-27 19:36:04 +0800
committerKarlo Soriano <karlo@aelogica.com>2016-04-27 19:36:04 +0800
commitc8187738a217166cbf03c26adc4a09fcf43a3b94 (patch)
tree5dae02fd4ba4e8b73d5f79ae9da1cf6cc488ab96 /app/views
parentc01ff1f54b55a60f7c7473d0d8a429d5cf9c1609 (diff)
downloadgitlab-ce-c8187738a217166cbf03c26adc4a09fcf43a3b94.tar.gz
Remove unused .contributed-projects class
While working on #13401 and trying to add a new tab to the user profile page, I came across this. I noticed that the `contributed-projects` class was only being used in order to select the div in the tests. For consistency with the other tabs, I decided to remove this class and use the div's id for the selector.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/users/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index 3028491e5b6..5554f736e98 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -98,7 +98,7 @@
#groups.tab-pane
- # This tab is always loaded via AJAX
- #contributed.contributed-projects.tab-pane
+ #contributed.tab-pane
- # This tab is always loaded via AJAX
#projects.tab-pane