Skip to content
Snippets Groups Projects
Commit 5d68f9fc authored by catch's avatar catch
Browse files

Issue #3059872 by fhaeberle, alexpott: View names on view list table shouldn't be headings

parent 19071a45
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
{% for row in rows %}
<tr{{ row.attributes }}>
<td class="views-ui-view-name">
<h3 data-drupal-selector="views-table-filter-text-source">{{ row.data.view_name.data }}</h3>
<strong data-drupal-selector="views-table-filter-text-source">{{ row.data.view_name.data }}</strong>
</td>
<td class="views-ui-view-machine-name" data-drupal-selector="views-table-filter-text-source">
{{ row.data.machine_name.data }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment