Do not theme the burndown chart

pull/6827/head
Mark Maglana 14 years ago
parent e0c5ab92af
commit c12b46e94e
  1. 2
      app/controllers/rb_updated_items_controller.rb
  2. 2
      app/views/rb_burndown_charts/_burndown.html.erb
  3. 0
      assets/stylesheets/jqplot.css

@ -1,3 +1,5 @@
include RbCommonHelper
class RbUpdatedItemsController < RbApplicationController
unloadable

@ -1,7 +1,7 @@
<%- charts = (burndown.is_a?(Array) ? burndown : [burndown]) %>
<%- dataseries = charts[0].series(:all).collect{|series| series.name } %>
<%= theme_stylesheet_link_tag 'jqplot.css' %>
<%= stylesheet_link_tag 'jqplot.css', :plugin => 'redmine_backlogs' %>
<%= javascript_include_tag 'jquery-1.4.2.min.js', :plugin => 'redmine_backlogs' %>
<!--[if IE]><%= javascript_include_tag 'jquery.jqplot/excanvas.js', :plugin => 'redmine_backlogs' %><![endif]-->

Loading…
Cancel
Save