notebook/app/views/stream/community.html.erb
2020-04-21 19:11:10 -05:00

5 lines
191 B
Plaintext

<h1>Recently-created public pages from those you follow</h1>
<% Rails.application.config.content_types[:all].each do |content_type| %>
<h2><%= content_type.name.pluralize %></h2>
<% end %>