separated pool/post updates; fixed unit tests
This commit is contained in:
5
app/views/posts/partials/show/_pools.html.erb
Normal file
5
app/views/posts/partials/show/_pools.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<ul>
|
||||
<% post.pools.each do |pool| %>
|
||||
<li><span class="ui-icon ui-icon-circle-arrow-w"></span><span class="ui-icon ui-icon-circle-arrow-e"></span> <%= link_to pool_path(pool), pool.name %></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user