VRFS-2609 : Put cancel button next to create account button.

This commit is contained in:
Steven Miers 2015-01-06 12:10:52 -06:00
parent 1cb9f47f6c
commit 7a9e5ec9a9
1 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,8 @@
-->
<div class="actions">
<%= 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' %>
</div>
<br style="clear:both;"/><br/>
<!--<a href="/auth/facebook" class="right"><img src="/fb-signup-button.png"></a> -->