Skip to content

Update app/assets/javascripts/pages/projects/labels/components/promote_label_modal.vue

Joshua Pratt requested to merge joshpratt/gitlab:cleanup-vue-syntax into master

What does this MR do?

Following #219438 (closed), this MR just removes the {{title}} tag from promote_label_modal.vue. Indeed, as a v-html directive is used to render a dynamic html title, the {{title}} mustache tag is not relevant (and would display the title as raw text).

Screenshots

The title "Promote Label %{labelTitle} to Group Label?" is shown in the following screenshot. It is rendered from the Vue computed title() function:

promote-label

Merge request reports