Created
May 16, 2017 22:02
-
-
Save jmbejar/acde2c4281a5387973b58d264756cf9d to your computer and use it in GitHub Desktop.
Desafío 2.2 - Código de vista para la página de board
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
<h3>Aquí va el nombre del Board | |
<span class="label label-info pull-right">Aquí debe decir "private" o "public", dependiendo de la visibilidad del board.</span> | |
</h3> | |
<hr/> | |
<div class="row"> | |
Aquí se deben mostrar las listas | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment