Add OEmbed iframe HTML, convert emojis on public pages, increase size of attachment thumbnails
This commit is contained in:
8
app/views/layouts/embedded.html.haml
Normal file
8
app/views/layouts/embedded.html.haml
Normal file
@ -0,0 +1,8 @@
|
||||
!!! 5
|
||||
%html{:lang => 'en'}
|
||||
%head
|
||||
%meta{:charset => 'utf-8'}/
|
||||
= stylesheet_link_tag 'application', media: 'all'
|
||||
= javascript_include_tag 'application_public'
|
||||
%body.embed
|
||||
= yield
|
Reference in New Issue
Block a user