Skip to content
Snippets Groups Projects
Commit 8b7a2690 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets Committed by Valery Sizov
Browse files

Remove selectbox from abuse form. Added pagination in admin area

parent 3dc13281
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,8 +11,8 @@
.form-group
= f.label :user_id, class: 'control-label'
.col-sm-10
= users_select_tag("abuse_reports[user_id]", placeholder: 'Select user to report abuse',
class: 'custom-form-control js-select2', selected: @abuse_report.user_id, scope: :all)
- name = "#{@abuse_report.user.name} (@#{@abuse_report.user.username})"
= text_field_tag :user_name, name, class: "form-control", readonly: true
.form-group
= f.label :message, class: 'control-label'
.col-sm-10
Loading
Loading
@@ -24,6 +24,3 @@
 
.form-actions
= f.submit "Send report", class: "btn btn-create"
:coffeescript
new UsersSelect()
Loading
Loading
@@ -12,5 +12,6 @@
%th
%th
= render @abuse_reports
= paginate @abuse_reports
- else
%h4 There are no abuse reports
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment