From 85b296cab1b9bd9f6fe987357ea3fc2afc2edc58 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Sat, 7 Dec 2013 10:48:03 -0300 Subject: [PATCH] Remove redundant image param of track at edition form --- plugins/community_track/views/cms/community_track_plugin/_track.rhtml | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/plugins/community_track/views/cms/community_track_plugin/_track.rhtml b/plugins/community_track/views/cms/community_track_plugin/_track.rhtml index 5a539f2..cfd2ff4 100644 --- a/plugins/community_track/views/cms/community_track_plugin/_track.rhtml +++ b/plugins/community_track/views/cms/community_track_plugin/_track.rhtml @@ -10,10 +10,6 @@ <%= render :partial => 'shared/lead_and_body', :locals => {:tiny_mce => true, :body_label => 'Description:'} %>
- <% f.fields_for :image_builder, @article.image do |i| %> - <%= file_field_or_thumbnail(_('Image:'), @article.image, i) %> - <% end %> - <%= labelled_form_field(_('Goals:'), text_area(:article, :goals, :rows => 3, :cols => 64)) %> <%= labelled_form_field(_('Expected Results:'), text_area(:article, :expected_results, :rows => 3, :cols => 64)) %>
-- libgit2 0.21.2