Sha256: 6880f82da7f1aea25bd1bc1d08ea7844bf924dd23cd1e8d6e250b907296ede7d

Contents?: true

Size: 351 Bytes

Versions: 12

Compression:

Stored size: 351 Bytes

Contents

<%#
  This partial can be called from the parent app to render the user's posts.
  The parent view context that renders this partial must include Thredded::ApplicationHelper.
  TODO: Use a Cell instead. https://github.com/apotonick/cells
%>
<%# @param posts [Thredded::PostsPageView] %>
<%= render partial: 'thredded/users/post', collection: posts %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
thredded-0.10.0 app/views/thredded/users/_posts.html.erb
thredded-0.9.4 app/views/thredded/users/_posts.html.erb
thredded-0.9.3 app/views/thredded/users/_posts.html.erb
thredded-0.9.2 app/views/thredded/users/_posts.html.erb
thredded-0.9.1 app/views/thredded/users/_posts.html.erb
thredded-0.8.4 app/views/thredded/users/_posts.html.erb
thredded-0.8.2 app/views/thredded/users/_posts.html.erb
thredded-0.7.0 app/views/thredded/users/_posts.html.erb
thredded-0.6.3 app/views/thredded/users/_posts.html.erb
thredded-0.6.2 app/views/thredded/users/_posts.html.erb
thredded-0.6.1 app/views/thredded/users/_posts.html.erb
thredded-0.6.0 app/views/thredded/users/_posts.html.erb