Sha256: 0bf753f45428015b091cb3534a16e6c4fa9b190b7c0224c830fc236026dbb3fb

Contents?: true

Size: 282 Bytes

Versions: 107

Compression:

Stored size: 282 Bytes

Contents

<html>
<body>
<h1>Topics</h1>

<%= link_to "New topic", :action => "new_topic" %>

<ul>
<% for topic in @topics %>
  <li><%= link_to "#{topic.title} (#{topic.replies.length} replies)", :action => "topic", :path_params => { "id" => topic.id } %></li>
<% end %>
</ul>

</body>
</html>

Version data entries

107 entries across 107 versions & 6 rubygems

Version Path
devise_sociable-0.1.0 vendor/bundle/gems/actionpack-1.4.0/examples/debate/index.rhtml
jstorimer-deep-test-2.0.0 sample_rails_project/vendor/rails/actionpack/examples/debate/index.rhtml
jstorimer-deep-test-1.4.0 sample_rails_project/vendor/rails/actionpack/examples/debate/index.rhtml
jstorimer-deep-test-1.3.0 sample_rails_project/vendor/rails/actionpack/examples/debate/index.rhtml
jstorimer-deep-test-1.2.0 sample_rails_project/vendor/rails/actionpack/examples/debate/index.rhtml
jstorimer-deep-test-1.1.0 sample_rails_project/vendor/rails/actionpack/examples/debate/index.rhtml
jstorimer-deep-test-1.0.0 sample_rails_project/vendor/rails/actionpack/examples/debate/index.rhtml
jstorimer-deep-test-0.2.0 sample_rails_project/vendor/rails/actionpack/examples/debate/index.rhtml
jstorimer-deep-test-0.1.0 sample_rails_project/vendor/rails/actionpack/examples/debate/index.rhtml
actionpack-0.9.0 examples/debate/index.rhtml
actionpack-0.9.5 examples/debate/index.rhtml
actionpack-1.0.1 examples/debate/index.rhtml
actionpack-1.1.0 examples/debate/index.rhtml
actionpack-1.0.0 examples/debate/index.rhtml
actionpack-1.12.0 examples/debate/index.rhtml
actionpack-1.12.1 examples/debate/index.rhtml
actionpack-1.11.2 examples/debate/index.rhtml
actionpack-1.11.0 examples/debate/index.rhtml
actionpack-1.11.1 examples/debate/index.rhtml
actionpack-1.10.1 examples/debate/index.rhtml