mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
<% @feed.each do |share| %>
|
|
<%= render partial: 'stream/share', locals: { share: share } %>
|
|
<blockquote>
|
|
ID: <%= share.id %>
|
|
</blockquote>
|
|
<% end %>
|
|
|
|
<% if @feed.empty? %>
|
|
We're all caught up!
|
|
<% end %> |