From 565f8e020d6dd2170f73ad1a74a73cb015e7af45 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Wed, 24 Apr 2013 15:26:17 +0100 Subject: [PATCH] Add help text for icon URL --- app/views/layers/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layers/_form.html.haml b/app/views/layers/_form.html.haml index c382b0a..d8de413 100644 --- a/app/views/layers/_form.html.haml +++ b/app/views/layers/_form.html.haml @@ -12,7 +12,7 @@ = f.text_field :name %br .field - = f.label "Icon URL (optional)" + = f.label "Icon URL (optional; maximum 100px wide by 75px high)" %br = f.text_field :icon_url, :size => 60 %br