From 102c33264fd1463cd88aa8245413e7b331dd9632 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 27 Jul 2026 02:48:03 +0200 Subject: Retire orphaned drafts partial and their translations --- app/views/admin/_drafts.html.erb | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 app/views/admin/_drafts.html.erb (limited to 'app') diff --git a/app/views/admin/_drafts.html.erb b/app/views/admin/_drafts.html.erb deleted file mode 100644 index bfdc00a4..00000000 --- a/app/views/admin/_drafts.html.erb +++ /dev/null @@ -1,25 +0,0 @@ -

<%= t(".title", :size => @drafts.size) %>

-
- - - - - - - - - <% @drafts.each do |draft| %> - - - - - - - - <% end %> -
<%= t("admin.columns.id") %><%= t("admin.columns.title") %><%= t("admin.columns.path") %><%= t("admin.columns.author") %>
<%= draft.id %><%= draft.title %><%= draft.node.unique_name %><%= draft.user.login rescue "" %> - <%= link_to t("admin.common.show"), node_path(draft.node) %> - <%= link_to t(".revisions"), revision_path(draft.node.id) %> - <%= button_to t("nodes.show.publish"), publish_node_path(draft.node), method: :put, form: { data: { confirm: t("nodes.show.confirm_publish") }, class: 'button_to state_changing' } %> -
-
-- cgit v1.3