Sha256: 305bd5573aaec2908667ac713ce9a86a25e250574cd449773bc26aed05d352b9

Contents?: true

Size: 679 Bytes

Versions: 1

Compression:

Stored size: 679 Bytes

Contents

<% if params[:description] %>
	<h1><%= @descriptions[0][0] %></h1>
	<%= link_to "<= Back", events_path %>
<% else %>
	<h1>What's Going On?</h1>
	<ol>
		<% @descriptions.each do |description, events| %>
			<li><%= link_to "#{pluralize events.count, "event"} - #{description}", events_path(description: description) %></li>
		<% end %>
	</ol>
<% end %>

<table>
  <thead>
    <tr>
      <th colspan="2"></th>
    </tr>
  </thead>

  <tbody>
    <%= render @events %>
  </tbody>
</table>

<!--< Remetric.track contact: { id: 1228, name: "Ready" }, organization: { id: "swell", name: "Swell Productions" }, adescription: "{{ contact.name }} from {{ organization.name }} laughs." >-->

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
remetric-0.0.9 app/views/remetric/events/index.html.erb