Skip to content

Instantly share code, notes, and snippets.

@2624789
Created March 28, 2015 16:52
Show Gist options
  • Save 2624789/9fb8e731794e4d1b0c0f to your computer and use it in GitHub Desktop.
Save 2624789/9fb8e731794e4d1b0c0f to your computer and use it in GitHub Desktop.
<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