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