Sha256: e905e3f00fdf1039223399544d1357c32df12d2cec9f1b9ddc2254442961f92e
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
<%= div_for @topic, class: 'forem_topic' do %> <h1><%= @topic.subject %></h1> <div id='posts'> <%= render :partial => "forem/posts/post", :collection => @topic.posts %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prusswan-forem-0.0.2 | app/views/forem/topics/show.html.erb |