1 <% unless @histogram_pretty_date.nil? %>
2 <% content_for :tab_panes do %>
3 <script type="text/javascript">
4 $(document).ready(function(){
5 $.renderHistogram(<%= raw @cache_age_histogram.to_json %>);
9 <h3>Cache Age vs. Disk Utilization</h3>
10 <h4>circa <%= @histogram_pretty_date %></h4>
11 <div id='cache-age-vs-disk-histogram'>
16 <%= content_for :content_top %>
17 <div class="pull-right">
18 <%= content_for :tab_line_buttons %>
20 <%= content_for :tab_panes %>