diff options
| author | hukl <contact@smyck.org> | 2009-03-08 23:58:29 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-08 23:58:29 +0100 |
| commit | af0b1e4b39b9c160747143a830c3884b064edd86 (patch) | |
| tree | 0a708249d856f95e5b9626bf3395101682c1d5e7 | |
| parent | e055502fe81469d1f96f41e3dbf70d2ed9ac33fe (diff) | |
added a prompt for the template select
| -rw-r--r-- | app/views/nodes/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb index d230f5c..2dade0f 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | </p> | 20 | </p> |
| 21 | <p> | 21 | <p> |
| 22 | <%= d.label :template_name %> | 22 | <%= d.label :template_name %> |
| 23 | <%= d.select :template_name, custom_page_templates %> | 23 | <%= d.select :template_name, custom_page_templates, {:prompt => 'Select Template'} %> |
| 24 | </p> | 24 | </p> |
| 25 | <p> | 25 | <p> |
| 26 | <%= d.label :title %><br /> | 26 | <%= d.label :title %><br /> |
