fixes scss lint warnings
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<h2 class="inline-block"><%= t("admin.site_customization.content_blocks.index.title") %></h2>
|
||||
|
||||
<table class="cms_page_list">
|
||||
<table class="cms-page-list">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><%= t("admin.site_customization.content_blocks.content_block.name") %></th>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<% if @pages.any? %>
|
||||
<h3><%= page_entries_info @pages %></h3>
|
||||
|
||||
<table class="cms_page_list">
|
||||
<table class="cms-page-list">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><%= t("admin.site_customization.pages.page.title") %></th>
|
||||
|
||||
Reference in New Issue
Block a user