From d987886a9a94c6bad53ff7c7a241b85ea0b57de7 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 10 Mar 2009 23:48:26 +0100 Subject: added list of drafts to admin overview --- app/views/admin/index.html.erb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'app/views/admin') diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb index e69de29..00a5c09 100644 --- a/app/views/admin/index.html.erb +++ b/app/views/admin/index.html.erb @@ -0,0 +1,20 @@ +
+

Drafts

+ + + + + + + + <% @drafts.each do |draft| %> + + + + + + + + <% end %> +
IDTitlePathLocked by
<%= draft.id %><%= draft.title %><%= draft.node.unique_name %><%= draft.user.login rescue "" %><%= link_to 'Show', node_path(draft.node) %>
+
\ No newline at end of file -- cgit v1.3