Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mastodon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Boudes
mastodon
Commits
1be48dd8
Commit
1be48dd8
authored
7 years ago
by
Yamagishi Kazutoshi
Committed by
Eugen Rochko
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Refactor views/admin/reports/show.html.haml (#3656)
parent
6384041d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/views/admin/reports/show.html.haml
+8
-10
8 additions, 10 deletions
app/views/admin/reports/show.html.haml
config/locales/en.yml
+1
-0
1 addition, 0 deletions
config/locales/en.yml
with
9 additions
and
10 deletions
app/views/admin/reports/show.html.haml
+
8
−
10
View file @
1be48dd8
...
...
@@ -4,12 +4,12 @@
.report-accounts
.report-accounts__item
%strong
=
t
(
'admin.reports.reported_account'
)
=
render
partial:
'authorize_follows/card'
,
locals:
{
account:
@report
.
target_account
}
=
render
partial:
'admin/accounts/card'
,
locals:
{
account:
@report
.
target_account
}
=
render
'authorize_follows/card'
,
account:
@report
.
target_account
=
render
'admin/accounts/card'
,
account:
@report
.
target_account
.report-accounts__item
%strong
=
t
(
'admin.reports.reported_by'
)
=
render
partial:
'authorize_follows/card'
,
locals:
{
account:
@report
.
account
}
=
render
partial:
'admin/accounts/card'
,
locals:
{
account:
@report
.
account
}
=
render
'authorize_follows/card'
,
account:
@report
.
account
=
render
'admin/accounts/card'
,
account:
@report
.
account
%p
%strong
=
t
(
'admin.reports.comment.label'
)
...
...
@@ -22,7 +22,7 @@
-
@report
.
statuses
.
each
do
|
status
|
.report-status
.activity-stream.activity-stream-headless
.entry
=
render
partial:
'stream_entries/simple_status'
,
locals:
{
status:
status
}
.entry
=
render
'stream_entries/simple_status'
,
status:
status
.report-status__actions
-
unless
status
.
media_attachments
.
empty?
=
link_to
admin_report_reported_status_path
(
@report
,
status
,
status:
{
sensitive:
!
status
.
sensitive
}),
method: :patch
,
class:
'icon-button nsfw-button'
,
title:
t
(
"admin.reports.nsfw.
#{
!
status
.
sensitive
}
"
)
do
...
...
@@ -30,9 +30,9 @@
=
link_to
admin_report_reported_status_path
(
@report
,
status
),
method: :delete
,
class:
'icon-button trash-button'
,
title:
t
(
'admin.reports.delete'
),
data:
{
confirm:
t
(
'admin.reports.are_you_sure'
)
}
do
=
fa_icon
'trash'
-
if
!
@report
.
action_taken?
%hr
/
%hr
/
-
if
!
@report
.
action_taken?
%div
{
style:
'overflow: hidden'
}
%div
{
style:
'float: right'
}
=
link_to
t
(
'admin.reports.silence_account'
),
admin_report_path
(
@report
,
outcome:
'silence'
),
method: :put
,
class:
'button'
...
...
@@ -40,8 +40,6 @@
%div
{
style:
'float: left'
}
=
link_to
t
(
'admin.reports.mark_as_resolved'
),
admin_report_path
(
@report
,
outcome:
'resolve'
),
method: :put
,
class:
'button'
-
elsif
!
@report
.
action_taken_by_account
.
nil?
%hr
/
%p
%strong
A
ction
taken
by:
%strong
#{
t
(
'admin.reports.a
ction
_
taken
_
by
'
)
}
:
=
@report
.
action_taken_by_account
.
acct
This diff is collapsed.
Click to expand it.
config/locales/en.yml
+
1
−
0
View file @
1be48dd8
...
...
@@ -140,6 +140,7 @@ en:
domain_name
:
Domain
title
:
Known Instances
reports
:
action_taken_by
:
Action taken by
are_you_sure
:
Are you sure?
comment
:
label
:
Comment
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment