From 8c668914c8ad0582633c1fbe431c796f9c8b1271 Mon Sep 17 00:00:00 2001 From: Brad Beattie Date: Fri, 6 Mar 2009 13:29:58 -0800 Subject: [PATCH] Icon size declaration fix. --- app/views/graphs/old_issues.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/graphs/old_issues.html.erb b/app/views/graphs/old_issues.html.erb index c02eca7..1acac35 100755 --- a/app/views/graphs/old_issues.html.erb +++ b/app/views/graphs/old_issues.html.erb @@ -3,7 +3,7 @@ <%= tag("embed", :width => "100%", :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'graphs', :action => 'issue_age_graph', :project_id => @project.id)) unless @project.nil? %>
-

<%= l(:label_issues_by, :value => l(:field_created_on)) %>

+

<%= l(:label_issues_by, :value => l(:field_created_on)) %>

<%= render :partial => 'issues/list_simple', :locals => { :issues => @issues_by_created_on[0..9] } %> <% if @issues_by_created_on.length > 0 %>

@@ -17,7 +17,7 @@

-

<%= l(:label_issues_by, :value => l(:field_updated_on)) %>

+

<%= l(:label_issues_by, :value => l(:field_updated_on)) %>

<%= render :partial => 'issues/list_simple', :locals => { :issues => @issues_by_updated_on[0..9] } %> <% if @issues_by_updated_on.length > 0 %>