Skip to content

Change the vulnerability description from haml to a Vue component

What does this MR do?

Currently on the standalone vulnerability page, the header and footer are Vue apps, but there is content in between them generated by haml:

ksnip_20200415-222645

The goal is to convert the entire page into one Vue app, and in order to do so, the haml content needs to be converted into a Vue component. This MR is an intermediate step that converts the haml into its own Vue app.

How to test locally

https://gitlab.com/snippets/1956676

Screenshots

Before After (looks exactly the same, but is now a Vue app)
Screenshot_from_2020-05-16_16-14-40 Screenshot_from_2020-05-16_16-14-56

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Daniel Tian

Merge request reports