gitlab-org--gitlab-foss/app/views/users
Regis 7ed0acd422 turned ES5 users.js to ES6 users.js.es6 for babel
added semicolons

remove users.js

rename users to user in filename

removed uneeded semi-colons and returning null in constructor

class is wrapped - a lot of builds will fail

formatting

replaced 'new User' with 'new gl.User' in app/users/show.html.haml

window.gl || window.gl = {} - seeing if rspec9/spinach6/spinach9 will pass

putting window logic before IIFE

Fixed typo in users show view - extracted jquery calls in constructor to prototype methods

fixed window declaration in IIFE argument

adding new line
2016-08-25 17:27:20 -06:00
..
_groups.html.haml Prevent database query each time we render group avatar 2015-03-12 13:56:53 -07:00
calendar.html.haml Group the contributing calendar by day 2016-05-16 12:22:17 +01:00
calendar_activities.html.haml Changes calendar activities to use target reference 2016-06-29 14:27:25 +01:00
show.atom.builder Remove `event_to_atom` helper 2016-05-23 12:37:40 -04:00
show.html.haml turned ES5 users.js to ES6 users.js.es6 for babel 2016-08-25 17:27:20 -06:00