Skip to content

Instantly share code, notes, and snippets.

@fitoria
Forked from anonymous/gist:33043
Created December 7, 2008 05:49
Show Gist options
  • Save fitoria/33044 to your computer and use it in GitHub Desktop.
Save fitoria/33044 to your computer and use it in GitHub Desktop.
<% for resultado in @resultado %>
<b>Fecha </b><%= resultado.fecha %><br>
<b>Examen </b><%= resultado.examen.nombre %><br>
<%end%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment