summaryrefslogtreecommitdiff
path: root/app/views/nodes
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-18 14:23:02 +0200
committerhukl <contact@smyck.org>2009-04-18 14:23:02 +0200
commit1a80d6cd79235694cc8babf8dc779be3155c9111 (patch)
tree4bea63bf7db094de8ca6027e9af45e371e4d865c /app/views/nodes
parent51797bf2b5f86d14139ba985e9c777fa0160af46 (diff)
adding event information to the metadata section allowing to add and edit events
Diffstat (limited to 'app/views/nodes')
-rw-r--r--app/views/nodes/edit.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb
index 0d0b0d3..fe4934f 100644
--- a/app/views/nodes/edit.html.erb
+++ b/app/views/nodes/edit.html.erb
@@ -13,6 +13,10 @@
13 13
14 <table id="metadata"> 14 <table id="metadata">
15 <tr> 15 <tr>
16 <td class="description">Event</td>
17 <td><%= event_information %></td>
18 </tr>
19 <tr>
16 <td class="description">Slug</td> 20 <td class="description">Slug</td>
17 <td><%= f.text_field :slug %></td> 21 <td><%= f.text_field :slug %></td>
18 </tr> 22 </tr>