From ac57abeefe1ae051d2be36373417b315f8884d4f Mon Sep 17 00:00:00 2001 From: echarp Date: Tue, 1 Jul 2014 21:15:43 +0200 Subject: [PATCH] =?UTF-8?q?Un=20exemple=20d'URL=20est=20pr=C3=A9sent=C3=A9?= =?UTF-8?q?=20au=20soumetteur=20d'=C3=A9v=C3=A9nement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/events/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/events/_form.html.haml b/app/views/events/_form.html.haml index e9f83b6a..9a7329cc 100644 --- a/app/views/events/_form.html.haml +++ b/app/views/events/_form.html.haml @@ -51,7 +51,7 @@ :markdown #{t '.url_helper'} = f.label Event.human_attribute_name :url - = f.text_field :url, required: true, size: 70 + = f.text_field :url, required: true, size: 70, placeholder: 'Ex: http://april.org' .field .helper :markdown