diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-13 19:55:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-13 19:55:29 +0000 |
commit | 1946c71b3b2a571bad7002fee1a10608d4dc1257 (patch) | |
tree | 14e6f1f02a10578365124618a11328a784e03010 | |
parent | 9db3d81e462c2bb52a5c8141cb14908a978f4ca9 (diff) | |
download | redmine-1946c71b3b2a571bad7002fee1a10608d4dc1257.tar.gz redmine-1946c71b3b2a571bad7002fee1a10608d4dc1257.zip |
Use explicit url.
git-svn-id: http://svn.redmine.org/redmine/trunk@16392 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/my/blocks/_timelog.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/blocks/_timelog.html.erb b/app/views/my/blocks/_timelog.html.erb index c7ec978fb..23ccc8271 100644 --- a/app/views/my/blocks/_timelog.html.erb +++ b/app/views/my/blocks/_timelog.html.erb @@ -15,7 +15,7 @@ entries_by_day = entries.group_by(&:spent_on) <div id="timelog-settings" style="display:none;"> - <%= form_tag({}, :remote => true) do %> + <%= form_tag(my_page_path, :remote => true) do %> <div class="box"> <p> <label> |