app/views/decidim/admin/components/index.html.erb in decidim-admin-0.22.0 vs app/views/decidim/admin/components/index.html.erb in decidim-admin-0.23.0
- old
+ new
@@ -19,9 +19,10 @@
<div class="table-scroll">
<table class="table-list">
<thead>
<th><%= t(".headers.name") %></th>
<th><%= t(".headers.type") %></th>
+ <%= th_resource_scope_label(t(".headers.scope")) %>
<th><%= t(".headers.actions") %></th>
</thead>
<tbody>
<%= render partial: "component", collection: @components %>