Sha256: ebaa02519d350367abf0f17b524370726d1cf81896b5e9df0732bc29f729d002

Contents?: true

Size: 520 Bytes

Versions: 2

Compression:

Stored size: 520 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>
	
		<% if @rallies.count > 0 %>
			<ul>
				<% @rallies.each do |rally| %>
					<li><%= rally.convert.name %> at <%= rally.created_at.to_s %></li>
					(
						<% rally.all_metas do |k,v| %>
							<%= k %>: <%= v %>
						<% end %>
					)
				<% end %>
			</ul>
		<% else %>
			<h2>No rallies for yet this goal.</h2>
		<% end %>
	</div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mountain-goat-0.0.16 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/.tmp_index.html.erb.12762~
mountain-goat-0.0.15 lib/mountain-goat/views/mountain_goat/mountain_goat_rallies/index.html.erb