diff options
| -rw-r--r-- | app/views/admin/_drafts.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/_drafts.html.erb b/app/views/admin/_drafts.html.erb index abda588..58b946b 100644 --- a/app/views/admin/_drafts.html.erb +++ b/app/views/admin/_drafts.html.erb | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | <td><%= draft.user.login rescue "" %></td> | 16 | <td><%= draft.user.login rescue "" %></td> |
| 17 | <td class="actions"> | 17 | <td class="actions"> |
| 18 | <%= link_to 'Show', node_path(draft.node) %> | 18 | <%= link_to 'Show', node_path(draft.node) %> |
| 19 | <%= link_to "Revisions", :controller => :revisions, :action => :diff, :id => draft.node.id %> | 19 | <%= link_to "Revisions", revision_path(draft.node.id) %> |
| 20 | <%= link_to "Publish", publish_node_path(draft.node), :method => :put, :confirm => "Do you really want to publish?" %> | 20 | <%= link_to "Publish", publish_node_path(draft.node), :method => :put, :confirm => "Do you really want to publish?" %> |
| 21 | </td> | 21 | </td> |
| 22 | </tr> | 22 | </tr> |
