diff options
| author | hukl <contact@smyck.org> | 2009-05-01 17:20:02 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-05-01 17:20:02 +0200 |
| commit | b604e415e2b54b48e63ac87ece01e8f914bb7045 (patch) | |
| tree | 96804c250a61a884f7ecbf571df9bb800f9f488d /app/views/admin | |
| parent | 4bd16f053847f2efe347ebda9136ef2233ee0d2c (diff) | |
fixed link
Diffstat (limited to 'app/views/admin')
| -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> |
