mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
28 lines
688 B
Plaintext
28 lines
688 B
Plaintext
<br />
|
|
|
|
<div class="row">
|
|
<div class="col s12">
|
|
<%= render partial: 'content_page_shares/form' %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render partial: 'stream/share', collection: @feed %>
|
|
|
|
<% if @feed.empty? %>
|
|
<div class="row">
|
|
<div class='col s12'>
|
|
<div class="hoverable card">
|
|
<div class="card-content">
|
|
<p class="card-title">
|
|
There are no posts here yet!
|
|
</p>
|
|
<p>
|
|
You can follow other worldbuilders from their profiles.
|
|
Whenever a user you follow shares one of their public pages,
|
|
it will appear here for you to comment on!
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<% end %> |