Sha256: 54a11c0f04947ddda2656e2c108bda6c2410cf6b6bf1a4c00379781e2c114a34

Contents?: true

Size: 276 Bytes

Versions: 4

Compression:

Stored size: 276 Bytes

Contents

<%# locals => report %>

<% i = 0 %>
<% report.mg_report_items.each do |report_item| %>
	<%= render :partial => 'mg/report_items/show', :locals => { :report_item => report_item, :show_up => i > 0, :show_down => i < report.mg_report_items.count - 1 } %>
	<% i += 1 %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mountain-goat-1.0.6pre1 lib/mountain-goat/views/mountain_goat/mg/reports/_report_report_items.html.erb
mountain-goat-1.0.5 lib/mountain-goat/views/mountain_goat/mg/reports/_report_report_items.html.erb
mountain-goat-1.0.4 lib/mountain-goat/views/mountain_goat/mg/reports/_report_report_items.html.erb
mountain-goat-1.0.3 lib/mountain-goat/views/mountain_goat/mg/reports/_report_report_items.html.erb