diff options
| author | hukl <contact@smyck.org> | 2009-10-20 23:30:39 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-20 23:30:39 +0200 |
| commit | 20056a0e9b4f96680ca0c643166885f65dcd0be7 (patch) | |
| tree | a52396b8781ceacfbc33715d6b360a9bb32a77a7 /app/views/nodes | |
| parent | 8d8b530e2c9f5e2debb2d6abb421187c31733c34 (diff) | |
allow to overwrite the original user in edit view
Diffstat (limited to 'app/views/nodes')
| -rw-r--r-- | app/views/nodes/edit.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb index 0063dd9..8e27d0f 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb | |||
| @@ -55,6 +55,10 @@ | |||
| 55 | <td><%= d.select :template_name, custom_page_templates, {:prompt => 'Select Template'} %></td> | 55 | <td><%= d.select :template_name, custom_page_templates, {:prompt => 'Select Template'} %></td> |
| 56 | </tr> | 56 | </tr> |
| 57 | <tr> | 57 | <tr> |
| 58 | <td class="description">Author</td> | ||
| 59 | <td><%= d.select :user_id, user_list %></td> | ||
| 60 | </tr> | ||
| 61 | <tr> | ||
| 58 | <td class="description">Images</td> | 62 | <td class="description">Images</td> |
| 59 | <td> | 63 | <td> |
| 60 | <ul id="image_box" rel="<%= @draft.id %>"> | 64 | <ul id="image_box" rel="<%= @draft.id %>"> |
