Last active
December 17, 2015 23:19
-
-
Save hyeomans/5688012 to your computer and use it in GitHub Desktop.
Tabla en Haml
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
%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