diff options
Diffstat (limited to 'app/views/events/show.html.erb')
| -rw-r--r-- | app/views/events/show.html.erb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/events/show.html.erb b/app/views/events/show.html.erb new file mode 100644 index 00000000..ad9c582d --- /dev/null +++ b/app/views/events/show.html.erb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | <p> | ||
| 2 | <b>Serialized event:</b> | ||
| 3 | <%=h @event.serialized_event %> | ||
| 4 | </p> | ||
| 5 | |||
| 6 | |||
| 7 | <%= link_to 'Edit', edit_event_path(@event) %> | | ||
| 8 | <%= link_to 'Back', events_path %> | ||
