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
actionpack-1.8.1 examples/debate/index.rhtml
actionpack-1.8.0 examples/debate/index.rhtml
actionpack-1.7.0 examples/debate/index.rhtml
actionpack-1.9.0 examples/debate/index.rhtml
backlog-0.0.0 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.0.1 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.0.2 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.0.5 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.0.4 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.1.0 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.1.1 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.1.2 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.2.0 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.2.1 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.3.0 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.3.1 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.3.3 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.3.2 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.3.4 vendor/rails/actionpack/examples/debate/index.erb
backlog-0.3.6 vendor/rails/actionpack/examples/debate/index.erb