Commit 85b296cab1b9bd9f6fe987357ea3fc2afc2edc58
1 parent
b6640364
Exists in
master
and in
29 other branches
Remove redundant image param of track at edition form
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
plugins/community_track/views/cms/community_track_plugin/_track.rhtml
@@ -10,10 +10,6 @@ | @@ -10,10 +10,6 @@ | ||
10 | <%= render :partial => 'shared/lead_and_body', :locals => {:tiny_mce => true, :body_label => 'Description:'} %> | 10 | <%= render :partial => 'shared/lead_and_body', :locals => {:tiny_mce => true, :body_label => 'Description:'} %> |
11 | 11 | ||
12 | <div> | 12 | <div> |
13 | - <% f.fields_for :image_builder, @article.image do |i| %> | ||
14 | - <%= file_field_or_thumbnail(_('Image:'), @article.image, i) %> | ||
15 | - <% end %> | ||
16 | - | ||
17 | <%= labelled_form_field(_('Goals:'), text_area(:article, :goals, :rows => 3, :cols => 64)) %> | 13 | <%= labelled_form_field(_('Goals:'), text_area(:article, :goals, :rows => 3, :cols => 64)) %> |
18 | <%= labelled_form_field(_('Expected Results:'), text_area(:article, :expected_results, :rows => 3, :cols => 64)) %> | 14 | <%= labelled_form_field(_('Expected Results:'), text_area(:article, :expected_results, :rows => 3, :cols => 64)) %> |
19 | </div> | 15 | </div> |