diff --git a/app/views/admin/articles/_article_list.html.erb b/app/views/admin/articles/_article_list.html.erb
index 7716cc07..652e316b 100644
--- a/app/views/admin/articles/_article_list.html.erb
+++ b/app/views/admin/articles/_article_list.html.erb
@@ -1,3 +1,15 @@
+
+
+
+
+<%= t(".title") %>
+ <%= t(".author") %>
+ <%= t(".created_at") %>
+ <%= t(".published_at") %>
+ <%= t(".feedback") %>
+ <%= t(".text_filter") %>
+ <%= t(".actions") %>
+
<%= t(".title") %> | -<%= t(".author") %> | -<%= t(".created_at") %> | -<%= t(".published_at") %> | -<%= t(".feedback") %> | -<%= t(".text_filter") %> | -<%= t(".actions") %> | -
---|