VRFS-2609 : Put cancel button next to create account button.
This commit is contained in:
parent
1cb9f47f6c
commit
7a9e5ec9a9
|
|
@ -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> -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue