-
- Downloads
There was an error fetching the commit references. Please try again later.
Created unit tests, fixtures and integration tests
Also changed the user_callout haml to a partial and added the corresponding SVG icon
Showing
- app/assets/javascripts/user_callout.js 20 additions, 5 deletionsapp/assets/javascripts/user_callout.js
- app/assets/stylesheets/pages/profile.scss 9 additions, 2 deletionsapp/assets/stylesheets/pages/profile.scss
- app/views/dashboard/_projects_head.html.haml 0 additions, 13 deletionsapp/views/dashboard/_projects_head.html.haml
- app/views/dashboard/projects/index.html.haml 5 additions, 0 deletionsapp/views/dashboard/projects/index.html.haml
- app/views/shared/_user_callout.html.haml 13 additions, 0 deletionsapp/views/shared/_user_callout.html.haml
- app/views/shared/icons/_icon_customization.svg 1 addition, 0 deletionsapp/views/shared/icons/_icon_customization.svg
- app/views/users/show.html.haml 3 additions, 13 deletionsapp/views/users/show.html.haml
- spec/features/user_callout_spec.rb 37 additions, 0 deletionsspec/features/user_callout_spec.rb
- spec/javascripts/fixtures/user_callout.html.haml 12 additions, 0 deletionsspec/javascripts/fixtures/user_callout.html.haml
- spec/javascripts/user_callout_spec.js 42 additions, 0 deletionsspec/javascripts/user_callout_spec.js
app/views/shared/_user_callout.html.haml
0 → 100644
spec/features/user_callout_spec.rb
0 → 100644
spec/javascripts/user_callout_spec.js
0 → 100644
Please register or sign in to comment