Adjusting height of issue status flow widget

This commit is contained in:
Brad Beattie 2009-04-13 17:12:00 -07:00
parent fe056bed2e
commit 5251a4ba3d

View File

@ -1,5 +1,5 @@
<h3><%= l(:label_graphs_issue_status_flow) %></h3> <h3><%= l(:label_graphs_issue_status_flow) %></h3>
<div style="text-align: center"> <div style="text-align: center">
<%= tag("embed", :width => "300", :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'graphs', :action => 'recent_status_changes_graph')) %> <%= tag("embed", :width => "280", :height => 270, :type => "image/svg+xml", :src => url_for(:controller => 'graphs', :action => 'recent_status_changes_graph')) %>
</div> </div>