Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve and localize the "edit" view partial #2010

Merged
merged 3 commits into from
Oct 30, 2023

Conversation

benjaminwil
Copy link
Member

This small change started to localize the "edit" view partial.

While I was looking at this partial I realized that a) it was indented in an unconventional way and b) its buttons had href attributes, which is not something that <button>s have in valid HTML documents.

@benjaminwil benjaminwil changed the title Improve and internationalize the "edit" view partial Improve and localize the "edit" view partial Oct 16, 2023
@benjaminwil benjaminwil force-pushed the i18n-improve-edit-page branch 2 times, most recently from a23a076 to ad59152 Compare October 16, 2023 22:47
`<button>` elements should not have `href`s. These appear to do nothing.
I wrote feature tests to ensure this is true.
Some of this file was indented unconventionally. Now it's not.
@benjaminwil benjaminwil marked this pull request as ready for review October 28, 2023 21:08
@benjaminwil benjaminwil requested review from bartkamphorst and dometto and removed request for bartkamphorst October 28, 2023 21:08
Copy link
Member

@dometto dometto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! And thanks for adding more capybara tests!

@benjaminwil benjaminwil merged commit 036999f into master Oct 30, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants