From dc5506d06b9ea8dc7d7409bda06da88a4f3f1a03 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 22 Aug 2014 17:51:03 +1000 Subject: [PATCH] Adjust button layout at bottom of page --- .../javascripts/templates/registration/images.html.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/templates/registration/images.html.haml b/app/assets/javascripts/templates/registration/images.html.haml index 696a0d7b16..efd3688076 100644 --- a/app/assets/javascripts/templates/registration/images.html.haml +++ b/app/assets/javascripts/templates/registration/images.html.haml @@ -8,4 +8,7 @@ .row.buttons .small-12.columns %input.button.primary.left{ type: "button", value: "Back", ng: { click: "select('about')" } } - %input.button.primary.right{ type: "button", value: "Continue", ng: { click: "select('social')" } } \ No newline at end of file +   + %input.button.primary.right{ type: "button", value: "Continue", ng: { click: "select('social')" } } + + \ No newline at end of file