about summary refs log tree commit diff
path: root/app/views/layouts/dashboard.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/dashboard.html.haml')
-rw-r--r--app/views/layouts/dashboard.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/dashboard.html.haml b/app/views/layouts/dashboard.html.haml
index 5640213b2..7336cdcc4 100644
--- a/app/views/layouts/dashboard.html.haml
+++ b/app/views/layouts/dashboard.html.haml
@@ -21,13 +21,18 @@
           = link_to settings_path do
             = fa_icon 'user'
             Edit profile
+
     .dashboard__content
       .dashboard__top-bar
         = content_for?(:page_title) ? yield(:page_title) : 'Mastodon'
         %ul
           %li= link_to fa_icon('gear'), edit_registration_path(current_user), title: 'Change password'
           %li= link_to fa_icon('sign-out'), destroy_user_session_path, method: :delete, title: 'Sign out'
+
       .dashboard__content__content= yield
+
+      = yield(:raw_content)
+
   .footer
     .domain= Rails.configuration.x.local_domain