gab-social/app/views/public_timelines/show.html.haml
2020-03-03 23:59:11 -05:00

14 lines
398 B
Plaintext

- content_for :page_title do
= t('about.see_whats_happening')
- content_for :header_tags do
%meta{ name: 'robots', content: 'noindex' }/
%script#initial-state{ type: 'application/json' }!= json_escape(@initial_state_json)
.page-header
%h1= t('about.see_whats_happening')
%p= t('about.browse_public_posts')
#gabsocial-timeline{ data: { props: Oj.dump(default_props) }}
#modal-container