From 7a9e5ec9a9b7f7a81c0b0d8b4faa9212f0556414 Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Tue, 6 Jan 2015 12:10:52 -0600 Subject: [PATCH] VRFS-2609 : Put cancel button next to create account button. --- web/app/views/users/new.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/views/users/new.html.erb b/web/app/views/users/new.html.erb index 102fafd0b..09a4e9f08 100644 --- a/web/app/views/users/new.html.erb +++ b/web/app/views/users/new.html.erb @@ -137,8 +137,8 @@ -->
- <%= link_to "CANCEL", root_path, :class=>'button-grey left' %> - <%= f.submit "CREATE ACCOUNT", class: "right button-orange" %> + <%= f.submit "CREATE ACCOUNT", class: "right button-orange" %> + <%= link_to "CANCEL", root_path, :class=>'button-grey right' %>