Adjusting height of issue status flow widget
This commit is contained in:
parent
fe056bed2e
commit
5251a4ba3d
|
@ -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>
|
Loading…
Reference in New Issue
Block a user