gab-social/app/views/stream_entries/show.html.haml

7 lines
252 B
Plaintext
Raw Normal View History

= render 'stream_entries/meta', stream_entry: @stream_entry, account: @account
2019-07-02 08:10:25 +01:00
.grid
.column-0
.activity-stream.h-entry
= render partial: "stream_entries/#{@type}", locals: { @type.to_sym => @stream_entry.activity, include_threads: true }