Description of the need
This is a followup to #7130 that fixes the missing link for admins who are not user 1. Now, you can see the link on the "Available updates" report at admin/reports/updates. There is a button for "Check Manually" and a link for "Install system updates". The link does not perform well responsively breaking across lines on narrow widths.
Proposed solution
The "Install system updates" link would look better as a button and it will not break across lines at narrow widths.
Currently link has no class attributes so it is just a matter of adding button button-secondary classes.
Maybe there are other UX implications? PR to follow for discussion.
Description of the need
This is a followup to #7130 that fixes the missing link for admins who are not user 1. Now, you can see the link on the "Available updates" report at admin/reports/updates. There is a button for "Check Manually" and a link for "Install system updates". The link does not perform well responsively breaking across lines on narrow widths.
Proposed solution
The "Install system updates" link would look better as a button and it will not break across lines at narrow widths.
Currently link has no class attributes so it is just a matter of adding
button button-secondaryclasses.Maybe there are other UX implications? PR to follow for discussion.