From 9463e3bb38bcca26a9d29bb27cf5faec31bba0f4 Mon Sep 17 00:00:00 2001 From: Evandro Junior Date: Mon, 9 Feb 2015 16:56:58 -0300 Subject: [PATCH] field for url was too long --- plugins/video/views/cms/video_plugin/_video.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/video/views/cms/video_plugin/_video.html.erb b/plugins/video/views/cms/video_plugin/_video.html.erb index 0baa15d..0453da2 100644 --- a/plugins/video/views/cms/video_plugin/_video.html.erb +++ b/plugins/video/views/cms/video_plugin/_video.html.erb @@ -2,7 +2,7 @@
<%= required f.text_field('name', :size => '64', :maxlength => 150) %> -<%= required labelled_form_field _('URL of the video'), text_field(:article, :video_url, :size => 300) %> +<%= required labelled_form_field _('URL of the video'), text_field(:article, :video_url, :size => 80) %> <%= labelled_form_field(_('Description:'), text_area(:article, :body, :rows => 3, :cols => 64)) %> <%= render :partial => 'general_fields' %> <%= render :partial => 'translatable' %> -- libgit2 0.21.2