From 5d5d5bbce9845aeb8ef6b30eacc295f34c4a7c73 Mon Sep 17 00:00:00 2001 From: Gabriel Andretta Date: Wed, 12 Jan 2011 19:52:53 -0300 Subject: [PATCH] rename one of the two 'Plantillas Inline' to 'Plantillas Embebidas' in spanish readme --- README.es.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.es.rdoc b/README.es.rdoc index 7c653184..42c8d194 100644 --- a/README.es.rdoc +++ b/README.es.rdoc @@ -569,13 +569,13 @@ son necesarios para renderizar plantillas CoffeeScript: Renderiza ./views/application.coffee. -=== Plantillas Inline +=== Plantillas Embebidas get '/' do haml '%div.titulo Hola Mundo' end -Renderiza el template contenido en el string. +Renderiza el template embebido en el string. === Accediendo a Variables en Plantillas