# HG changeset patch # User bsw # Date 1340915291 -7200 # Node ID 5206168cf57007fa3923940a78d6113d6429d06a # Parent 782950d33f3dba62be7e7b69457284d7764f176f Removed unneccessary link (the right one) diff -r 782950d33f3d -r 5206168cf570 app/main/index/register.lua --- a/app/main/index/register.lua Thu Jun 28 22:27:41 2012 +0200 +++ b/app/main/index/register.lua Thu Jun 28 22:28:11 2012 +0200 @@ -23,16 +23,6 @@ ui.actions(function() ui.link{ content = function() - slot.put(_"One step back") - end, - module = "index", - view = "register", - params = { - } - } - slot.put(" · ") - ui.link{ - content = function() slot.put(_"Cancel registration") end, module = "index", @@ -64,6 +54,16 @@ ui.actions(function() ui.link{ content = function() + slot.put(_"One step back") + end, + module = "index", + view = "register", + params = { + } + } + slot.put(" · ") + ui.link{ + content = function() slot.put(_"Cancel registration") end, module = "index",