Skip to content

Upgrades buttons in app/views/[opqr]

Sam Beckham requested to merge regex-button-update-opqr into master

What does this MR do?

This MR uses the following Regex to add the appropriate gitlab ui button classes to a good chunk of the old buttons in the app/views/[opqr]/ directories, where [opqr] is regex for all the directories starting with those letters:

File Find Replace
app/views/[opqr]*/**/*.haml (^(?!.*gl-button).*class:.*)btn (.*$) $1gl-button btn $2

Note: This excludes the larger app/views/projects directory which is handled in a seperate MR

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Note: This has not been manually tested for every button. It's a low-impact change and there's another few hundred to get through. Checking them all would take forever.

Merge request reports

Loading