Created
March 28, 2015 16:52
-
-
Save 2624789/9fb8e731794e4d1b0c0f to your computer and use it in GitHub Desktop.
This file contains hidden or 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="container center"> | |
<div class="row"> | |
<div class="col s12 l8 offset-l2"> | |
<h1>Sugerencias</h1> | |
<p> | |
Escríbenos las sugerencias o recomendaciones que tengas: | |
</p> | |
<div class="input-field col s12"> | |
<textarea id="sugerencia" class="materialize-textarea"></textarea> | |
<label for="sugerencia">Tu sugerencia</label> | |
</div> | |
<%= link_to "enviar", '#', class: "waves-effect waves-light btn blue" %> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment