Sha256: 4a510433229d92d88471b14a53c77fb174044e434d41dcfa2ab5d369c696ff01

Contents?: true

Size: 394 Bytes

Versions: 4

Compression:

Stored size: 394 Bytes

Contents

<%# locals => report %>

<style>
	
	h2, h4 { text-align: center; }
	
	.svg-chart {
		width: 700px;
		margin: 0 auto 30px auto;
	}
	
</style>

<h2><%=h report.title %></h2>

<h4><%=h report.description %></h4>

<% report.report_items.each do |report_item| %>
	<div class="svg-chart">
		<%= render 'mg/report_items/svg_chart', :report_item => report_item %>
	</div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mountain-goat-1.0.3 lib/mountain-goat/views/mountain_goat/mg/reports/_report.html.erb
mountain-goat-1.0.2 lib/mountain-goat/views/mountain_goat/mg/reports/_report.html.erb
mountain-goat-1.0.1 lib/mountain-goat/views/mountain_goat/mg/reports/_report.html.erb
mountain-goat-1.0.0 lib/mountain-goat/views/mountain_goat/mg/reports/_report.html.erb