SolutionGuidance / psm

Welcome to the Medicare/Medicaid Provider Enrollment Screening Portal
http://projectpsm.org/
Other
26 stars 20 forks source link

Remove colons from organization view enrollment pages #1068

Closed PaulMorris closed 5 years ago

PaulMorris commented 5 years ago

Before:

screenshot_2018-08-29 organization information screenshot_2018-08-29 ownership information screenshot_2018-08-29 provider statement

After:

screenshot_2018-08-29 organization information 1 screenshot_2018-08-29 ownership information 1 screenshot_2018-08-29 provider statement 1

Tested by logging in as a provider and clicking 'view' for an organization application, and looking at the three different tabs on the view page.

Issue #376: Remove right-justified colons...

PaulMorris commented 5 years ago

Added a commit that removes the rest of the colons from the summary page for organization providers like Head Start.

Head Start summary page before:

screenshot_2018-08-29 summary information 1

And after:

screenshot_2018-08-29 summary information

kfogel commented 5 years ago

Looks great; +1 to merge. I hope you got Emacs to do most of that work for you! :-)

PaulMorris commented 5 years ago

:-) This was before I got started with Emacs, so I used Atom's project-wide find/replace features, and then it's just a matter of picking out the relevant changed files for given pages (from the commit on the branch 376-colon-removal-wip).