diff --git a/plugins/video/views/box_organizer/_video_block.html.erb b/plugins/video/views/box_organizer/_video_block.html.erb deleted file mode 100644 index c19d4b6..0000000 --- a/plugins/video/views/box_organizer/_video_block.html.erb +++ /dev/null @@ -1,11 +0,0 @@ - - -
- <%= text_field_tag 'block[url]', @block.url, :class => 'video-url', :maxlength => 255 %> -
-
- - <%= text_field_tag 'block[width]', @block.width, :size => 7, :class => 'video-width', :maxlength => 5 %> - - <%= text_field_tag 'block[height]', @block.height, :size => 7, :class => 'video-height', :maxlength => 5 %> -
diff --git a/plugins/video/views/box_organizer/video_plugin/_video_block.html.erb b/plugins/video/views/box_organizer/video_plugin/_video_block.html.erb new file mode 100644 index 0000000..c19d4b6 --- /dev/null +++ b/plugins/video/views/box_organizer/video_plugin/_video_block.html.erb @@ -0,0 +1,11 @@ + + +
+ <%= text_field_tag 'block[url]', @block.url, :class => 'video-url', :maxlength => 255 %> +
+
+ + <%= text_field_tag 'block[width]', @block.width, :size => 7, :class => 'video-width', :maxlength => 5 %> + + <%= text_field_tag 'block[height]', @block.height, :size => 7, :class => 'video-height', :maxlength => 5 %> +
-- libgit2 0.21.2