From e941a84d6f371938e2e344d0d5ab49b7d54ad8f0 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 18 Oct 2009 17:59:57 +0200 Subject: minor fix for admin overview --- app/views/admin/index.html.erb | 62 ++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb index 1e599aa..526aa88 100644 --- a/app/views/admin/index.html.erb +++ b/app/views/admin/index.html.erb @@ -36,33 +36,37 @@ <% end %> -

Current Drafts

- - - - - - - - - <% @drafts.each do |node| %> - "> - - - - - - - <% end %> -
IDTitleActionsLocked byRev.
<%= node.id %> -

<%= link_to title_for_node(node), node_path(node) %>

-

<%= link_to_path(node.unique_name, node.unique_name) %>

-
- <%= link_to 'show', node_path(node) %> - <%= link_to 'Revisions', node_revisions_path(node) %> - - <%= node.lock_owner.login if node.lock_owner %> - - <%= node.draft ? node.draft.revision : node.head.revision %> -
\ No newline at end of file +
+ +

Current Drafts

+ + + + + + + + + + <% @drafts.each do |node| %> + "> + + + + + + + <% end %> +
IDTitleActionsLocked byRev.
<%= node.id %> +

<%= link_to title_for_node(node), node_path(node) %>

+

<%= link_to_path(node.unique_name, node.unique_name) %>

+
+ <%= link_to 'show', node_path(node) %> + <%= link_to 'Revisions', node_revisions_path(node) %> + + <%= node.lock_owner.login if node.lock_owner %> + + <%= node.draft ? node.draft.revision : node.head.revision %> +
+
\ No newline at end of file -- cgit v1.3