65105ff3bb
* Add search filtering for group projects * Show all user projects on dashboard * Refactor projects list into one view * Hide big list of projects with 'Show all' button
4 lines
114 B
CoffeeScript
4 lines
114 B
CoffeeScript
class @User
|
|
constructor: ->
|
|
$('.profile-groups-avatars').tooltip("placement": "top")
|
|
new ProjectsList()
|