Sha256: dd2fd7af5e2e755d7e3d59c63b9801f0578d93c140ce1e8aa17427738709ee81

Contents?: true

Size: 625 Bytes

Versions: 7

Compression:

Stored size: 625 Bytes

Contents

<div id="container-main" class="mt-rallies">
	<div class="mountain-goat-panel">
		<h1>Rallies <% if @convert %>for <%=h @convert.name %><% else %>for all Goals<% end %></h1>
	
		<div class="recent-rally" data-reload="true" data-rally-id="<%= @rallies.first.id %>" data-convert-id="<%= @convert ? @convert.id : '' %>"></div>
		<a href="javascript:void(0)" class="reload">Reload</a>
		
		<% if @rallies.count > 0 %>
			<ul class="rally-list">
				<% @rallies.each do |rally| %>
					<%= render 'rally', :rally => rally %>
				<% end %>
			</ul>
		<% else %>
			<h2>No rallies for yet this goal.</h2>
		<% end %>
	</div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mountain-goat-0.1.8 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb
mountain-goat-0.1.7 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb
mountain-goat-0.1.6 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb
mountain-goat-0.1.5 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb
mountain-goat-0.1.4 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb
mountain-goat-0.1.3 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb
mountain-goat-0.1.2 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb