Sha256: dcab3fa3a06e2caa86897aa241b52af9067a2c189516d20ebffe12d8d42eb756

Contents?: true

Size: 326 Bytes

Versions: 23

Compression:

Stored size: 326 Bytes

Contents

<h1>Welcome to the Woopra-Rails Test Application!</h1>
<hr />
<h3>Record an Event</h3>
<%= form_for "event" do |f| %>
  <%= f.label :email, "User Email" %><br />
  <%= f.text_field :email %><br />
  <br />
  <%= f.label :name, "Event Name" %><br />
  <%= f.text_field :name %><br />
  <br />
  <%= f.submit %>
<% end %>
<hr />

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
woopra_rails-1.2.1 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.2 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.1.10 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.1.9 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.1.8 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.1.7 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.1.6 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.1.5 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.1.3 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.1.2 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.1.1 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.1 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.0.10 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.0.9 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.0.8 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.0.7 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.0.6 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.0.5 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.0.4 spec/TestApp/app/views/application/index.html.erb
woopra_rails-1.0.3 spec/TestApp/app/views/application/index.html.erb