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") %> + + + <% if @articles.empty? %> @@ -39,3 +51,4 @@ <% end %> <%= display_pagination(@articles, 7, 'first', 'last') %> + diff --git a/app/views/admin/articles/index.html.erb b/app/views/admin/articles/index.html.erb index b841c2f7..1e649bc8 100644 --- a/app/views/admin/articles/index.html.erb +++ b/app/views/admin/articles/index.html.erb @@ -39,19 +39,6 @@ - - - - - - - - - - - - - <%= render 'article_list', articles: @articles %> - + <%= render 'article_list', articles: @articles %>
<%= t(".title") %><%= t(".author") %><%= t(".created_at") %><%= t(".published_at") %><%= t(".feedback") %><%= t(".text_filter") %><%= t(".actions") %>
<% end %>