Commit bb58ba05ce232568bc6b128fe414de40283b5ac0

Authored by Victor Costa
1 parent b146a783

Remove unused code at lead_and_body partial

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/views/shared/_lead_and_body.rhtml
... ... @@ -6,7 +6,6 @@
6 6 <% editor_type = defined?(tiny_mce) && tiny_mce ? 'mceEditor' : '' %>
7 7 <% lead_id ||= 0%>
8 8 <% f ||= false%>
9   -<% image_method ||= :image_builder %>
10 9  
11 10 <br style="clear: both;"/>
12 11 <%= button :add, _("Lead"), '#', :class => "lead-button", :article_id => "#article-lead-"+lead_id.to_s, :style => "margin-left: 0px;" %>
... ...