diff --git a/app/views/admin/communication/websites/pages/_list.html.erb b/app/views/admin/communication/websites/pages/_list.html.erb index c6ae2e2b731ed857b9f1ce194066c47318da9aba..ec75b411e221e47c9483ca206c497fca9405cae6 100644 --- a/app/views/admin/communication/websites/pages/_list.html.erb +++ b/app/views/admin/communication/websites/pages/_list.html.erb @@ -23,11 +23,12 @@ <%= image_tag page.featured_image.representation(resize: '200x'), width: 100 %> <% end %> </td> - <td> + <td class="small"> + <% if page.is_special_page? %> + <p class="mb-0"><%= t("communication.website.pages.defaults.#{page.type_key}.title") %></p> + <% end %> <% if page.full_width %> - <span class="badge bg-light text-black"> - <%= Communication::Website::Page.human_attribute_name('full_width') %> - </span> + <p class="mb-0"><%= Communication::Website::Page.human_attribute_name('full_width') %></p> <% end %> </td> </tr>