Problem/Motivation
Form actions in Drupal are typically wrapper in '#type' => 'actions' for a consistent user experience. Let's wrap the RevisionOverviewForm submit element with the same actions wrapper for consistency with other forms.
Steps to reproduce
Inspect html on /node/1/revisions
Proposed resolution
Wrap the submit element on the RevisionOverviewForm with a '#type' => 'actions' for a consistent user experience.
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
The submit element on the RevisionOverviewForm has a code>'#type' => 'actions' wrapper for a consistent user experience.
API changes
None
Data model changes
None
Issue fork diff-3589455
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
idebr commentedThe merge request wraps the submit element on the RevisionOverviewForm with a
'#type' => 'actions'for a consistent user experience.