Sha256: f3657df5fbeb4791969d9c5f5fb57b7812c796d9b8422c55c835a1b5ca9e55ca

Contents?: true

Size: 372 Bytes

Versions: 107

Compression:

Stored size: 372 Bytes

Contents

<html>
<body>
<h1>New topic</h1>

<form action="<%= url_for(:action => "create_topic") %>" method="post">
  <p>
    Title:<br>
    <input type="text" name="topic[title]">
  </p>

  <p>
    Body:<br>
    <textarea name="topic[body]" style="width: 200px; height: 200px"></textarea>
  </p>

  <p>
    <input type="submit" value="Create topic">
  </p>
</form>

</body>
</html>

Version data entries

107 entries across 107 versions & 6 rubygems

Version Path
backlog-0.6.4 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.6.5 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.6.6 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.0 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.1 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.10 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.11 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.12 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.2 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.3 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.4 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.5 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.7 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.6 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.8 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.7.9 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.8.0 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.9.0 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.8.1 vendor/rails/actionpack/examples/debate/new_topic.erb
backlog-0.9.1 vendor/rails/actionpack/examples/debate/new_topic.erb