-
- Downloads
There was an error fetching the commit references. Please try again later.
Initial render of issue title & description
Instead of wait for Vue for data which can cause a flash of no content depending on how quickly the API returns data. This renders the data with HAML & then passes this over to Vue to render
parent
3114147b
No related branches found
No related tags found
Pipeline #
Showing
- app/assets/javascripts/issue_show/index.js 4 additions, 0 deletionsapp/assets/javascripts/issue_show/index.js
- app/assets/javascripts/issue_show/issue_title_description.vue 12 additions, 4 deletions...assets/javascripts/issue_show/issue_title_description.vue
- app/views/projects/issues/show.html.haml 5 additions, 0 deletionsapp/views/projects/issues/show.html.haml
- spec/javascripts/issue_show/issue_title_description_spec.js 5 additions, 0 deletionsspec/javascripts/issue_show/issue_title_description_spec.js
Please register or sign in to comment