diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-18 15:20:39 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-18 15:20:39 +0100 |
commit | aed25932b528f16861c4e016cbeb7a3de6231fe7 (patch) | |
tree | 08da19d028a3b238ecd472ff65ab4092a1e4c454 /app/views/stream_entries | |
parent | 6de079a5af328d26d7cbc8daf3367d16c311fddb (diff) |
Add OEmbed iframe HTML, convert emojis on public pages, increase size of attachment thumbnails
Diffstat (limited to 'app/views/stream_entries')
-rw-r--r-- | app/views/stream_entries/embed.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/stream_entries/embed.html.haml b/app/views/stream_entries/embed.html.haml new file mode 100644 index 000000000..4a733d428 --- /dev/null +++ b/app/views/stream_entries/embed.html.haml @@ -0,0 +1,2 @@ +.activity-stream.activity-stream-headless + = render partial: @type, locals: { @type.to_sym => @stream_entry.activity } |