gitlab-org--gitlab-foss/app/views
Jacob Schatz a792427eed Merge branch 'add-js-prefix-to-user-tab-classes' into 'master'
Add JS prefix to user tab classes

## What does this MR do

This MR adds the `js-` prefix to the classes which are used for js purposes only. This MR only affects the said classes inside `users/show.html.haml`.

## Are there points in the code the reviewer needs to double check?

I'm not entirely sure if this project uses the `js-` prefix for
classes that are used for js purposes only. Doing a grep shows some of the classes have the prefix, but I'm still unsure whether this project follows this rule.

## Why was this MR needed?

As I was working thru #13401, I wanted to add a tab on the user profile page to show the contributions outside the GitLab instance. Reading the JS, I came across this. This MR helps new people reading the code that the said classes are for js purposes only. Also, it helps the project work toward to uniform class naming.

I suggest that we document adding the `js-` prefix to classes for js purposes only (if this is the case for this project)

See merge request !3928
2016-04-27 21:30:42 +00:00
..
abuse_report_mailer Fix the abuse report detail URL in the HTML email template 2016-01-05 18:02:12 -05:00
abuse_reports Standardize the way we check for and display form errors 2016-04-04 21:37:07 -04:00
admin disable spellcheck and autocorrect for username field in admin page 2016-04-20 19:27:17 -04:00
ci Redirect to root path when visiting `/ci` 2016-03-29 08:04:17 +02:00
dashboard Merge branch 'master' into issue_14678 2016-04-07 15:44:36 -05:00
devise Improved confirmation UX 2016-04-21 20:20:09 -04:00
doorkeeper Implement top navigation concept for profile area 2016-04-19 20:05:30 +02:00
email_rejection_mailer
emojis Updated UI of award emoji 2016-03-11 09:02:43 +00:00
errors
events link user avatar in activity page to user profile 2016-04-25 13:13:43 +01:00
explore Make projects sort dropdown shared so it can be reused for other pages 2016-03-04 19:26:10 +01:00
groups Fixed group milestones placeholder bug 2016-04-14 10:28:05 +01:00
help Update shortcuts dialog 2016-04-18 15:03:36 -05:00
import Fix GitHub project's link on import page when provider has a custom URL 2016-04-19 13:21:30 -03:00
invites
kaminari/gitlab Implement new UI for pagination 2016-01-20 21:27:01 -05:00
layouts Merge branch 'issue_14904' into 'master' 2016-04-25 19:13:25 +00:00
notify format merge request references properly 2016-04-18 23:32:02 -07:00
profiles Implement top navigation concept for profile area 2016-04-19 20:05:30 +02:00
projects Hide button on mobile 2016-04-26 14:01:40 -05:00
repository_check_mailer Improve 'auto fsck' admin emails 2016-04-18 10:58:40 +02:00
search Updated based on feedback 2016-04-26 09:04:35 +01:00
shared Merge branch 'issue_14904' into 'master' 2016-04-25 19:13:25 +00:00
sherlock Replaced "td" with "th" in the Sherlock SQL list 2016-01-18 12:03:17 +01:00
snippets Refactor css for snippets list 2016-02-26 14:44:39 +01:00
users Add JS prefix to user tab classes 2016-04-26 21:54:40 +08:00
votes Fixes issue with emoji comments not showing correct emoji image 2016-04-22 17:01:53 +01:00