Added grouping to portal links table to fix linting issue

refs https://github.com/TryGhost/Team/issues/1096
This commit is contained in:
Djordje Vlaisavljevic 2022-02-21 13:22:21 +01:00
parent 1142307b8b
commit f98aafb08b
2 changed files with 299 additions and 294 deletions

View File

@ -1836,3 +1836,4 @@ remove|ember-template-lint|no-nested-landmark|126|24|126|24|a19c12d5f0d5fa9b8909
remove|ember-template-lint|no-duplicate-attributes|9|4|9|4|6b5f76f812df2b84f2ed9ee5a557ca1bf98710df|1643760000000|1646352000000|1648940400000|app/components/gh-post-settings-menu/visibility-segment-select.hbs
add|ember-template-lint|no-duplicate-landmark-elements|131|24|131|24|9eb7d301f1f50334e793aafab8f6b9e8905125ab|1645142400000|1647734400000|1650322800000|app/components/modal-product.hbs
add|ember-template-lint|no-nested-landmark|131|24|131|24|9eb7d301f1f50334e793aafab8f6b9e8905125ab|1645142400000|1647734400000|1650322800000|app/components/modal-product.hbs
remove|ember-template-lint|table-groups|5|8|5|8|9b53737f259340d2970119c70be1af3a83081cab|1643760000000|1646352000000|1648940400000|app/components/gh-portal-links.hbs

View File

@ -3,6 +3,7 @@
<h2>Links</h2>
<p>Use these {{if this.isLink "links" "data attributes"}} in your theme to show pages of Portal.</p>
<table class="gh-portal-links-table">
<thead>
<tr class="header">
<td><h4>Page</h4></td>
<td>
@ -15,6 +16,8 @@
<tr>
<td colspan="2"><hr class="gh-portal-links-group-divider first" /></td>
</tr>
</thead>
<tbody>
<tr>
<td class="pagename">Default</td>
<td class='page-url'>
@ -318,6 +321,7 @@
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>