diff options
Diffstat (limited to 'app/views/nodes/edit.html.erb')
| -rw-r--r-- | app/views/nodes/edit.html.erb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb index 31f585c6..2d0edc16 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb | |||
| @@ -44,7 +44,10 @@ | |||
| 44 | <div class="node_content"><%= d.datetime_select :published_at, :value => @draft.published_at %></div> | 44 | <div class="node_content"><%= d.datetime_select :published_at, :value => @draft.published_at %></div> |
| 45 | 45 | ||
| 46 | <div class="node_description">Template</div> | 46 | <div class="node_description">Template</div> |
| 47 | <div class="node_content"><%= d.select :template_name, custom_page_templates, {:prompt => 'Select Template'} %></div> | 47 | <div class="node_content"> |
| 48 | <%= d.select :template_name, custom_page_templates, {:prompt => 'Select Template'} %> | ||
| 49 | <span class="field_hint">Set automatically based on how this node was created - change it if needed.</span> | ||
| 50 | </div> | ||
| 48 | 51 | ||
| 49 | <div class="node_description">Author</div> | 52 | <div class="node_description">Author</div> |
| 50 | <div class="node_content"><%= d.select :user_id, user_list %></div> | 53 | <div class="node_content"><%= d.select :user_id, user_list %></div> |
