-
- Downloads
There was an error fetching the commit references. Please try again later.
Issue boards card in JS
Moved the issue boards card template into the JS. This helps to improve the code coverage & will eventually make it easier to move this to .vue files
Showing
- app/assets/javascripts/boards/components/board_card.js 69 additions, 0 deletionsapp/assets/javascripts/boards/components/board_card.js
- app/assets/javascripts/boards/components/board_card.js.es6 0 additions, 61 deletionsapp/assets/javascripts/boards/components/board_card.js.es6
- app/assets/javascripts/boards/components/board_list.js.es6 2 additions, 2 deletionsapp/assets/javascripts/boards/components/board_list.js.es6
- app/views/projects/boards/_show.html.haml 0 additions, 1 deletionapp/views/projects/boards/_show.html.haml
- app/views/projects/boards/components/_card.html.haml 0 additions, 10 deletionsapp/views/projects/boards/components/_card.html.haml
- spec/javascripts/boards/board_card_spec.js 164 additions, 0 deletionsspec/javascripts/boards/board_card_spec.js
spec/javascripts/boards/board_card_spec.js
0 → 100644
Please register or sign in to comment