-
- Downloads
There was an error fetching the commit references. Please try again later.
Changed the javascript class from using the global scope to exporting it via webpack
Also improved accesibility and change the id from user_callouts to a class
Showing
- app/assets/javascripts/dispatcher.js.es6 5 additions, 0 deletionsapp/assets/javascripts/dispatcher.js.es6
- app/assets/javascripts/user_callout.js 24 additions, 26 deletionsapp/assets/javascripts/user_callout.js
- app/assets/stylesheets/pages/profile.scss 5 additions, 3 deletionsapp/assets/stylesheets/pages/profile.scss
- app/views/dashboard/projects/index.html.haml 0 additions, 3 deletionsapp/views/dashboard/projects/index.html.haml
- app/views/shared/_user_callout.html.haml 3 additions, 2 deletionsapp/views/shared/_user_callout.html.haml
- app/views/users/show.html.haml 1 addition, 4 deletionsapp/views/users/show.html.haml
- spec/features/user_callout_spec.rb 3 additions, 3 deletionsspec/features/user_callout_spec.rb
- spec/javascripts/fixtures/user_callout.html.haml 4 additions, 3 deletionsspec/javascripts/fixtures/user_callout.html.haml
- spec/javascripts/user_callout_spec.js 28 additions, 34 deletionsspec/javascripts/user_callout_spec.js
Please register or sign in to comment