Sha256: 0dc144ed6e68f797ff00648663522c56c0d04d6507b9effe81a1e40f7dcf9d42

Contents?: true

Size: 626 Bytes

Versions: 5

Compression:

Stored size: 626 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

5 entries across 5 versions & 1 rubygems

Version Path
mountain-goat-0.1.1 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb
mountain-goat-0.1.0 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb
mountain-goat-0.0.20 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb
mountain-goat-0.0.19 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb
mountain-goat-0.0.18 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb