| ID | Title | Path | author | |
|---|---|---|---|---|
| <%= draft.id %> | <%= draft.title %> | <%= draft.node.unique_name %> | <%= draft.user.login rescue "" %> | <%= link_to 'Show', node_path(draft.node) %> <%= link_to "Revisions", revision_path(draft.node.id) %> <%= link_to "Publish", publish_node_path(draft.node), :method => :put, :confirm => "Do you really want to publish?" %> |