bug 646
[osm/LW-UI.git] / projecthandler / template / project / projectlist.html
index 17382e4..e8cc77a 100644 (file)
@@ -94,7 +94,7 @@
             "columns": [
                 {
                     "render": function (data, type, row) {
-                       return '<a href="/projects/switch/'+row['name']+'" >'+row['name']+'</a>'
+                       return '<a href="/projects/'+row['name']+'/switch/" >'+row['name']+'</a>'
                     },
                     "targets": 0
                 },