Skip to content

Instantly share code, notes, and snippets.

@hyeomans
Last active December 17, 2015 23:19
Show Gist options
  • Save hyeomans/5688012 to your computer and use it in GitHub Desktop.
Save hyeomans/5688012 to your computer and use it in GitHub Desktop.
Tabla en Haml
%table#id_tabla
%thead
%th Columna 1
%th Columna 2
%tbody
%tr
%td
%label Hola
%td
%label World
%tr
%td
%label Hol
%td
%label Mundo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment