Last active
August 29, 2015 14:04
-
-
Save baroquon/27fd33c634d958a2cbdd to your computer and use it in GitHub Desktop.
Buttons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class='row buttons-group'> | |
<div class="span2 offset6 columns"> | |
<%= link_to 'Cancel', '#', :class=> 'button cancel' %> | |
</div> | |
<div class="span2 columns"> | |
<%=f.submit 'Save', :class=> 'button' %> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment