openstreetmap-website/app/views/oauth2_applications
Harry Wood 2ce44a2a85 Fix minor HTML tag mismatches
Fix some HTML tag mismatches and other glitches. These are minor, and don't appear to cause browsers any problems, but for the sake of correctness:
* A closing td which should be a closing div.
* A closing h3 for a corresponding h6
* Two tables with `<thead>` tag and missing `<tr>` around the `<th>` headings.

test change for thead fix
2022-03-05 02:44:59 +00:00
..
_application.html.erb Rework some of the OAuth2 views, adding links and messages when there are no applications. 2021-05-19 16:22:14 +01:00
_form.html.erb Introduce privileged scopes that only an administrator can enable 2021-08-26 17:22:24 +01:00
edit.html.erb Convert account setting menu to tabs, and include on other pages 2021-08-18 14:30:35 +01:00
index.html.erb Fix minor HTML tag mismatches 2022-03-05 02:44:59 +00:00
new.html.erb Convert account setting menu to tabs, and include on other pages 2021-08-18 14:30:35 +01:00
not_found.html.erb Add support for OAuth2 using doorkeeper 2021-05-18 12:05:32 +01:00
show.html.erb Fix minor HTML tag mismatches 2022-03-05 02:44:59 +00:00