Commit 9463e3bb38bcca26a9d29bb27cf5faec31bba0f4
1 parent
9b638609
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
field for url was too long
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/video/views/cms/video_plugin/_video.html.erb
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | |
| 3 | 3 | <div> |
| 4 | 4 | <%= required f.text_field('name', :size => '64', :maxlength => 150) %> |
| 5 | -<%= required labelled_form_field _('URL of the video'), text_field(:article, :video_url, :size => 300) %> | |
| 5 | +<%= required labelled_form_field _('URL of the video'), text_field(:article, :video_url, :size => 80) %> | |
| 6 | 6 | <%= labelled_form_field(_('Description:'), text_area(:article, :body, :rows => 3, :cols => 64)) %> |
| 7 | 7 | <%= render :partial => 'general_fields' %> |
| 8 | 8 | <%= render :partial => 'translatable' %> | ... | ... |