summaryrefslogtreecommitdiff
path: root/app/views/nodes
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-08-16 00:10:24 +0200
committerhukl <contact@smyck.org>2009-08-16 00:10:39 +0200
commit8c202e546b43298b1ea4d2ad8cf378aaa4647a51 (patch)
tree412157695c119f56d6faa7bdd2bc906e1f1c110b /app/views/nodes
parent354ac3e285dc17be6304a85ec5a8385c05d3658c (diff)
migration to add missing columns and indexes for acts_as_taggable_redux as well as other related modifications
Diffstat (limited to 'app/views/nodes')
-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 f37a24b..5973a6c 100644
--- a/app/views/nodes/edit.html.erb
+++ b/app/views/nodes/edit.html.erb
@@ -23,7 +23,7 @@
23 <% fields_for @draft do |d| %> 23 <% fields_for @draft do |d| %>
24 <tr> 24 <tr>
25 <td class="description">Tags - comma seperated</td> 25 <td class="description">Tags - comma seperated</td>
26 <td><%= text_field_tag :tag_list, @draft.tag_list.join(", ") %></td> 26 <td><%= text_field_tag :tag_list, @draft.tag_list %></td>
27 </tr> 27 </tr>
28 <tr> 28 <tr>
29 <td class="description">Publish at</td> 29 <td class="description">Publish at</td>