beetle_reporter 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 89a824b1134a4d7c1db329309cff7ec1074e7b18a56854a911e7c22cdf3b80c3
|
|
4
|
+
data.tar.gz: af1e7cff0b5eef232f253195f8b551dde655529356f2580d7d6225a828e7d483
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d52929b375e412dc1c4c98aace2bf38a8cfa8acc67f481f2b845372b88a6b6fd65f30130ffc0ce0013fc8d0f9e2d904357cc8f92b87379141b016f389936d12
|
|
7
|
+
data.tar.gz: a6c2bc9a18227aca88727ab259102781b28652ddfece8d9e56364aa78065ffa324a0fbab2cd8add842e1c2a2ace99fb0b53261dd126fafbe03840461b5747028
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
%span{class: "flex space-x-2 items-center text-sm"}
|
|
13
13
|
- if report.reason
|
|
14
14
|
%span{class: "bg-red-100 text-red-600 p-1 rounded-lg"}= "处置原因:#{report.reason}"
|
|
15
|
-
%span{class: "space-x-
|
|
15
|
+
%span{class: "flex space-x-0.5"}
|
|
16
16
|
- users = User.where(id: report.user_ids.compact.uniq)
|
|
17
17
|
- users.each do |user|
|
|
18
18
|
= link_to main_app.send(BeetleReporter.config.main_app_user_path_method.to_sym, user.id), data: {turbo: false} do
|