[Jifty-commit] r7143 - jifty/trunk/lib/Jifty/Plugin/SetupWizard

Jifty commits jifty-commit at lists.jifty.org
Mon Jun 1 18:28:59 EDT 2009


Author: sartak
Date: Mon Jun  1 18:28:59 2009
New Revision: 7143

Modified:
   jifty/trunk/lib/Jifty/Plugin/SetupWizard/View.pm

Log:
Separate the two links :/

Modified: jifty/trunk/lib/Jifty/Plugin/SetupWizard/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/SetupWizard/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/SetupWizard/View.pm	Mon Jun  1 18:28:59 2009
@@ -36,6 +36,7 @@
             index => $step - 1,
             label => "Back: %1",
         );
+        br {};
         step_link(
             index => $step + 1,
             label => "Skip to: %1",


More information about the Jifty-commit mailing list