summaryrefslogtreecommitdiff
path: root/app/views/nodes/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/nodes/edit.html.erb')
-rw-r--r--app/views/nodes/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb
index c23381f4..0635dacd 100644
--- a/app/views/nodes/edit.html.erb
+++ b/app/views/nodes/edit.html.erb
@@ -48,7 +48,7 @@
48 </tr> 48 </tr>
49 <tr> 49 <tr>
50 <td class="description">Publish at</td> 50 <td class="description">Publish at</td>
51 <td><%= d.datetime_select :published_at %></td> 51 <td><%= d.datetime_select :published_at, :value => @draft.published_at %></td>
52 </tr> 52 </tr>
53 <tr> 53 <tr>
54 <td class="description">Template</td> 54 <td class="description">Template</td>