bullet_train-themes 1.7.14 → 1.7.15
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c62e95ab4b0d186ab6a1643a70a893685bc4ccb5f1a72de2ff056bca68bda8d2
|
4
|
+
data.tar.gz: 7d4ddc45e8c4f78f29409dd160abbd62dad73eb40db69bdd6666e0b89990b1de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff3580cb01146b38cc78f678192ec9bf228735cda0eaa1fd34267b000501b7918509e2040ec2a92799e8153e7851daf25e8111fd3578a8c8eb9522f5269b4323
|
7
|
+
data.tar.gz: 0763af09f06ba2e28af4488e110cf6520a8c2cfaae3859b82b1dda102a20b0756a3314eccf4bfa5b7886af4aa198eb76bc872c46242a1b5c49dcfb687d911935
|
@@ -7,7 +7,7 @@ other_options ||= {}
|
|
7
7
|
options[:class] = "formatted_content trix-content #{options[:class]}"
|
8
8
|
options[:placeholder] ||= labels.placeholder if labels.placeholder
|
9
9
|
options[:data] ||= {}
|
10
|
-
if defined?(current_team)
|
10
|
+
if defined?(current_team) && current_team.present?
|
11
11
|
options[:data][:mentions] ||= ([current_team].map { |team|
|
12
12
|
{key: team.name, value: team.id, protocol: 'bullettrain', model: 'teams', id: team.id, label: team.name, photo: photo_for(team)}
|
13
13
|
} + current_team.memberships.current_and_invited.map { |membership|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-themes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|