summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-04-18 16:04:13 +0000
committerGo MAEDA <maeda@farend.jp>2019-04-18 16:04:13 +0000
commit42532605db5abd5608ce6cff6cc4da91f49a8e64 (patch)
tree9f2781b1c0368bbf0f4ad018058e2260b5c79010 /app/views
parenta7ed8bcbedbf49593d7a9135643ea6f712cea2d2 (diff)
downloadredmine-42532605db5abd5608ce6cff6cc4da91f49a8e64.tar.gz
redmine-42532605db5abd5608ce6cff6cc4da91f49a8e64.zip
Update Rails ujs (#31205).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18062 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/my/page.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/page.html.erb b/app/views/my/page.html.erb
index c56e03c17..f7a2f5577 100644
--- a/app/views/my/page.html.erb
+++ b/app/views/my/page.html.erb
@@ -1,5 +1,5 @@
<div class="contextual">
- <%= form_tag({:action => "add_block"}, :remote => true, :id => "block-form") do %>
+ <%= form_tag({:action => "add_block"}, :remote => true, :id => "block-form", authenticity_token: true) do %>
<%= label_tag('block-select', l(:button_add)) %>:
<%= block_select_tag(@user) %>
<% end %>