Sha256: 8a2127e7e3115c3023e62c1c35fe6acd3b0ffd696a3f14e3f9ac7dd96cb4d762
Contents?: true
Size: 423 Bytes
Versions: 9
Compression:
Stored size: 423 Bytes
Contents
<div class="span-8"> <h4><%= link_to event.name_and_file_count, event_path(event.id) %></h4> <p><%=h event.event_type %></p> <% if event.attendees.count > 0 %> <p><%= "#{event.attendees.count} attendees" %></p> <% end %> <p>from <%=h event.start_on.strftime "%a, %b %d %Y (%I:%M%p)" %></p> <p>until <%=h event.end_on.strftime "%a, %b %d %Y (%I:%M%p)" %></p> <p><%=h event.description[0..60] %></p> </div>
Version data entries
9 entries across 9 versions & 1 rubygems