Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-07-22 21:31:22 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-14 02:54:18 +0300
commitd1da8ef7d4c538ef90c40bea98a720c099982f6e (patch)
tree97b5d54fb6ca00bb45a6853034226a077b0ac3d6 /app/views/admin/abuse_reports/index.html.haml
parentff3dc13f90da40e94aac117402648cc336ba72ad (diff)
Updated collapsible
Diffstat (limited to 'app/views/admin/abuse_reports/index.html.haml')
-rw-r--r--app/views/admin/abuse_reports/index.html.haml40
1 files changed, 11 insertions, 29 deletions
diff --git a/app/views/admin/abuse_reports/index.html.haml b/app/views/admin/abuse_reports/index.html.haml
index 93ea82c7454..c426559c4c3 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'