mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 17:50:13 +01:00
add a break after the last context chart to put the top 5 contexts lists on the next line
look better on wide screens
This commit is contained in:
parent
b9a772b9df
commit
ac38a06355
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
<%= render :partial => 'chart', :locals => {:width => @pie_width, :height => @pie_height, :data => url_for(:action => 'context_running_actions_data')} -%>
|
<%= render :partial => 'chart', :locals => {:width => @pie_width, :height => @pie_height, :data => url_for(:action => 'context_running_actions_data')} -%>
|
||||||
|
|
||||||
|
<br style="clear:both">
|
||||||
|
|
||||||
<div class="stats_module">
|
<div class="stats_module">
|
||||||
<h3>Top 5 Contexts</h3>
|
<h3>Top 5 Contexts</h3>
|
||||||
<%
|
<%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue