diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-05-04 18:34:34 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-05-04 18:34:34 +0000 |
commit | 8be1118aa528dff6787fdab7fbde7261a012c418 (patch) | |
tree | f2dde6278893b881f45cc2b7eaa19610ed46299b /app/views/users | |
parent | 8aa29a5d736d2c0d195ea8de453743c00e33ce36 (diff) | |
parent | c8187738a217166cbf03c26adc4a09fcf43a3b94 (diff) | |
download | gitlab-ce-8be1118aa528dff6787fdab7fbde7261a012c418.tar.gz |
Merge branch 'clean-user-profile-classes' into 'master'
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.
See merge request !3945
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 0dff27f9654..03511b0654f 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 |