diff --git a/app/assets/stylesheets/pages/admin.scss b/app/assets/stylesheets/pages/admin.scss
index 4ea8292ec2a391813039d20839464e5088d8838e..dec9bb8099882842e363d5eb4e7ec62ca1feaec1 100644
--- a/app/assets/stylesheets/pages/admin.scss
+++ b/app/assets/stylesheets/pages/admin.scss
@@ -99,16 +99,20 @@
 }
 
 .abuse-reports {
-  table-layout: fixed;
-  .action-buttons a {
-    white-space: normal;
+  .btn-group {
+    margin-top: 4px;
   }
-  @media (min-width: $screen-sm-min) {
-    th {
-      width: 15%;
-      &.wide {
-        width: 55%;
-      }
+  .panel-body {
+    overflow-y: scroll;
+    max-height: 300px;
+  }
+  .no-reports {
+    .emoji-icon {
+      margin-left: $btn-side-margin;
+      margin-top: 3px;
+    }
+    span {
+      font-size: 19px;
     }
   }
 }
diff --git a/app/views/admin/abuse_reports/_abuse_report.html.haml b/app/views/admin/abuse_reports/_abuse_report.html.haml
index 0dd3904dfa9250b8cf48d76df7a16cf2df81ee59..f7183bf6a98e738d0049db553bdb713f7e43c930 100644
--- a/app/views/admin/abuse_reports/_abuse_report.html.haml
+++ b/app/views/admin/abuse_reports/_abuse_report.html.haml
@@ -3,10 +3,17 @@
 
 .panel.panel-default
   .panel-heading{ id: "heading#{ abuse_report_counter }", role: 'tab' }
-    %h4.panel-title
-      %a{ role: 'button', href: "#collapse#{ abuse_report_counter }", data: { toggle: 'collapse', parent: '#accordion' }, aria: { expanded: 'true', controls: "collapse#{ abuse_report_counter }" } }
-        Collapsible Group Item #
-        = abuse_report_counter.to_s
+    .panel-title
+      - if user
+        = link_to user.name, user
+      - else
+        (removed)
+      -# %a{ role: 'button', href: "#collapse#{ abuse_report_counter }", data: { toggle: 'collapse', parent: '#accordion' }, aria: { expanded: 'true', controls: "collapse#{ abuse_report_counter }" } }
+      reported by
+      - if reporter
+        = link_to reporter.name, reporter
+      - else
+        (removed)
       .btn-group.pull-right
         - if user
           = link_to 'Remove user & report', admin_abuse_report_path(abuse_report, remove_user: true),
@@ -20,21 +27,12 @@
       .clearfix
   .panel-collapse.collapse{ id: "collapse#{ abuse_report_counter }", class: (abuse_report_counter == 0 ? 'in' : ''), role: 'tabpanel', aria: { labelledby: "heading#{ abuse_report_counter }" } }
     .panel-body
-      Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
+      = markdown(abuse_report.message.squish!, pipeline: :single_line, author: reporter)
 
 -# %tr
 -#   %td
--#     - if user
--#       = link_to user.name, user
--#       .light.small
--#         Joined #{time_ago_with_tooltip(user.created_at)}
--#     - else
--#       (removed)
+
 -#   %td
--#     - if reporter
--#       = link_to reporter.name, reporter
--#     - else
--#       (removed)
 -#     .light.small
 -#       = time_ago_with_tooltip(abuse_report.created_at)
 -#   %td
diff --git a/app/views/admin/abuse_reports/index.html.haml b/app/views/admin/abuse_reports/index.html.haml
index 93ea82c7454a38e7513727bfe4a0e041c2efcaf2..c426559c4c315597ac1d451b88ea281fb8c557b4 100644
--- a/app/views/admin/abuse_reports/index.html.haml
+++ b/app/views/admin/abuse_reports/index.html.haml
@@ -1,32 +1,14 @@
 - page_title 'Abuse Reports'
 %h3.page-title Abuse Reports
 %hr
--# - if @abuse_reports.present?
-- if false
-  .panel-group#accordion{ role: 'tablist', aria: { multiselectable: 'true' } }
-    = render @abuse_reports
-  = paginate @abuse_reports
-- else
-  .no-reports
-    .pull-left
-      There are no abuse reports!
-    .pull-left
-      = emoji_icon 'tada'
-
-  -# .panel.panel-default
-  -#   .panel-heading#headingOne{ role: 'tab' }
-  -#     %h4.panel-title
-  -#       %a{ role: 'button', href: '#collapseOne', data: { toggle: 'collapse', parent: '#accordion' }, aria: { expanded: 'true', controls: 'collapseOne' } }
-  -#         Collapsible Group Item #1
-  -#   .panel-collapse.collapse.in#collapseOne{ role: 'tabpanel', aria: { labelledby: 'headingOne' } }
-  -#     .panel-body
-  -#       Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
-
-  -# .panel.panel-default
-  -#   .panel-heading#headingTwo{ role: 'tab' }
-  -#     %h4.panel-title
-  -#       %a.collapsed{ role: 'button', href: '#collapseTwo', data: { toggle: 'collapse', parent: '#accordion' }, aria: { expanded: 'false', controls: 'collapseTwo' } }
-  -#         Collapsible Group Item #2
-  -#   .panel-collapse.collapse#collapseTwo{ role: 'tabpanel', aria: { labelledby: 'headingTwo' } }
-  -#     .panel-body
-  -#       Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
+.abuse-reports
+  - if @abuse_reports.present?
+    .panel-group#accordion{ role: 'tablist', aria: { multiselectable: 'true' } }
+      = render @abuse_reports
+    = paginate @abuse_reports
+  - else
+    .no-reports
+      %span.pull-left
+        There are no abuse reports!
+      .pull-left
+        = emoji_icon 'tada'