Sha256: b916b71b214b8fb6e7d4b203ff85c3bb70ec04e9e606f7f647785e209664d01d

Contents?: true

Size: 472 Bytes

Versions: 5

Compression:

Stored size: 472 Bytes

Contents

<%# locals => record %>

<li class="record" data-record-id="<%= record.id %>">
	<div class="record-context">
		<div class="name"><%= record.mg_goal.name %></div>
		<div class="time"><%= content_tag(:abbr, record.created_at.to_s, :title => record.created_at.getutc.iso8601, :class => "time-ago") %></div>
	</div>

	<ul class="record-content">
		<% record.all_metas.each do |k,v| %>
			<% if !v.blank? %>
				<li><%= k %>: <%= v %></li>
			<% end %>
		<% end %>
	</ul>
</li>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mountain-goat-1.0.6pre1 lib/mountain-goat/views/mountain_goat/mg/records/_record.html.erb
mountain-goat-1.0.5 lib/mountain-goat/views/mountain_goat/mg/records/_record.html.erb
mountain-goat-1.0.4 lib/mountain-goat/views/mountain_goat/mg/records/_record.html.erb
mountain-goat-1.0.3 lib/mountain-goat/views/mountain_goat/mg/records/_record.html.erb
mountain-goat-1.0.2 lib/mountain-goat/views/mountain_goat/mg/records/_record.html.erb