Displaying 1 result from an estimated 1 matches for "imageboard".
2006 Mar 27
2
Trouble with rendering partials
...pan>
<span class="date"><%= thread.date.strftime("%m/%d/%Y %H:%M")
%></span>
<span class="num">No. <%= thread.num %></span>
<span class="reply">
[<%= link_to "Reply", :controller => ["imageboard", params[:board]],
:action => ["reply"], :id => thread.num %>]
</span>
</p>
<% if thread.comment != "" %>
<blockquote><%= thread.comment %></blockquote>
<% end %>
</div>
--
Posted via http://www.ruby-forum.com/.