Create milestone component for sidebar
![Bildschirmfoto_2019-02-07_um_15.31.27](/uploads/7fd0f7dadafe84e0cb30d02f5825aa0e/Bildschirmfoto_2019-02-07_um_15.31.27.png) ![Bildschirmfoto_2019-02-07_um_15.32.27](/uploads/66296b932ea916d61b8d74fc085f6c57/Bildschirmfoto_2019-02-07_um_15.32.27.png) We have two different implementations for the labels block in the sidebar: - issues / merge requests: `app/views/shared/issuable/_sidebar.html.haml` - issue board: `app/views/shared/boards/components/sidebar/_milestone.html.haml`+ `app/assets/javascripts/boards/components/board_sidebar.js` We should create a Vue component that we can reuse for both places.
issue