diff options
| author | hukl <contact@smyck.org> | 2009-09-12 13:14:06 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-12 13:14:06 +0200 |
| commit | 49568b847db1acadb1c2186219b2488b5621f4d0 (patch) | |
| tree | 56a45c1e26429f74d012a7b6c1967b05d5234b1d /app/controllers | |
| parent | 1e110b74e2202ab0550550d0d446e7d29aba7146 (diff) | |
changed the ui click flow a bit
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/nodes_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/nodes_controller.rb b/app/controllers/nodes_controller.rb index e442bd2..20aea5a 100644 --- a/app/controllers/nodes_controller.rb +++ b/app/controllers/nodes_controller.rb | |||
| @@ -90,7 +90,7 @@ class NodesController < ApplicationController | |||
| 90 | flash[:notice] = "Cannot unlock" | 90 | flash[:notice] = "Cannot unlock" |
| 91 | end | 91 | end |
| 92 | 92 | ||
| 93 | redirect_to nodes_path | 93 | redirect_to :back |
| 94 | end | 94 | end |
| 95 | 95 | ||
| 96 | def move_to | 96 | def move_to |
