Fix formatting on learn more link
requested to merge gitlab-community/gitlab:414679-move-full-stop-out-of-learn-more-link-in-app-assets-javascripts-vue_merge_request_widget into master
What does this MR do and why?
Moves the full stop outside of "Learn More" links.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After | |
---|---|---|
Squash message | ||
Squash and merge message | ||
Merge message |
How to set up and validate locally
- Navigate to a MR
- In app/assets/javascripts/vue_merge_request_widget/components/states/ready_to_merge.vue, change Line 548 to the follow so that the help messages are displayed.
<div v-if="true" class="gl-w-full" data-testid="edit_commit_message">
- to test each of the messages, the easiest way to to change line 207 to
if (true) {
for "merge and squash" and then instead of 207, change 210 to beif (true) {
for squash message
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #414679 (closed)