tramway-admin 1.13.0.3 → 1.13.0.4
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: fe6d56b90efcef39721bbb6898b57fc2eb6f24eb31128ea4527ab319df099871
|
|
4
|
+
data.tar.gz: d6f121fa44dfc325910c94886e769e071c310a5cb0ca4ab342ae35a62be6b4ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 960cfd47ff1a72a53507bba9f352dbad646756b8b4666a9bb9fd910c4a13b225f563e3028152b6e7526aa2699652a0d0c3bc8cb76b2e200c05ddf04e1057b254
|
|
7
|
+
data.tar.gz: 55da6b9d9edb8b0cd3ee7d3200f9ff02d66bc3d2683673941c5e7a84580c0e4694ffa1237d91df569e35afd70b82d6e0e70bbf0a57e7c854bda664c79c5359f5
|
|
@@ -3,9 +3,10 @@
|
|
|
3
3
|
*= require_self
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
@import
|
|
7
|
-
@import
|
|
8
|
-
@import
|
|
6
|
+
@import 'tramway/core/application'
|
|
7
|
+
@import 'tramway/user/application'
|
|
8
|
+
@import 'selectize'
|
|
9
|
+
@import 'bootstrap'
|
|
9
10
|
|
|
10
11
|
.container
|
|
11
12
|
padding-top: 2rem
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
= link_to fa_icon(:plus), new_record_path(model: association.class_name, redirect: current_model_record_path(object)), class: 'btn btn-primary'
|
|
7
7
|
%td{ colspan: 2 }
|
|
8
8
|
%table.table.table-striped.table-bordered
|
|
9
|
-
- object.send(association.name)
|
|
9
|
+
- object.send(association.name)&.each do |association_object|
|
|
10
10
|
%tr
|
|
11
11
|
%td
|
|
12
12
|
= association_object.id
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tramway-admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.13.0.
|
|
4
|
+
version: 1.13.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pavel Kalashnikov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-07-
|
|
11
|
+
date: 2019-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootstrap-kaminari-views
|
|
@@ -132,6 +132,20 @@ dependencies:
|
|
|
132
132
|
- - ">="
|
|
133
133
|
- !ruby/object:Gem::Version
|
|
134
134
|
version: '0'
|
|
135
|
+
- !ruby/object:Gem::Dependency
|
|
136
|
+
name: selectize-rails
|
|
137
|
+
requirement: !ruby/object:Gem::Requirement
|
|
138
|
+
requirements:
|
|
139
|
+
- - ">="
|
|
140
|
+
- !ruby/object:Gem::Version
|
|
141
|
+
version: '0'
|
|
142
|
+
type: :runtime
|
|
143
|
+
prerelease: false
|
|
144
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
145
|
+
requirements:
|
|
146
|
+
- - ">="
|
|
147
|
+
- !ruby/object:Gem::Version
|
|
148
|
+
version: '0'
|
|
135
149
|
description: Engine for admin
|
|
136
150
|
email:
|
|
137
151
|
- kalashnikovisme@gmail.com
|