From 77778da0f80ab6d4b196f775c57af4109559df13 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Thu, 2 Jan 2014 16:45:37 +0100 Subject: [PATCH] fix #1450 by adding CSRF-token to the mobile forms --- app/views/todos/show.m.erb | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/app/views/todos/show.m.erb b/app/views/todos/show.m.erb index 30275735..3a29573d 100644 --- a/app/views/todos/show.m.erb +++ b/app/views/todos/show.m.erb @@ -4,36 +4,42 @@

<%= t('common.actions') %>

- - + +
- - + + + <%= token_tag %>
- - + + + <%= token_tag %>
- - + + + <%= token_tag %>
- - + + + <%= token_tag %>
- - + + + <%= token_tag %>
- - + + + <%= token_tag %>