tramway-admin 1.7.5 → 1.7.6
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 +4 -4
- data/app/views/tramway/admin/shared/_show.html.haml +1 -2
- data/lib/tramway/admin/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ac07bbfbf6424453b9d607a0ae426372ab6c76ddf51621ecfc5d30cfdac9d7c
|
|
4
|
+
data.tar.gz: ed842b99413e91d94024e5af35a3f9d0103c7a4e47b1510143c44d849b720e59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 021465d56534fe56c3b9d7d1a51ff0a2d0cc0bb7be5b3315cd12d1d373356afb72527184517d295944ee90b65e1e48e4ec7e7ad65361a7705263afa2d44754c9
|
|
7
|
+
data.tar.gz: 32c7a87104bf8c4ca83dfe57c57dc12d3ca19219b6c6516e4183ea176476e907a85f6e96b25dc231837811aac325d155548786f10a2d27f6f850c2bbc75e0a18
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
%tr
|
|
31
31
|
%td
|
|
32
32
|
= model_class.human_attribute_name association.name
|
|
33
|
+
= link_to fa_icon(:plus), new_record_path(model: association.class_name, redirect: current_model_record_path(object)), class: 'btn btn-primary'
|
|
33
34
|
%td{ colspan: 2 }
|
|
34
35
|
%table.table.table-striped.table-bordered
|
|
35
36
|
- object.send(association.name).each do |association_object|
|
|
@@ -38,5 +39,3 @@
|
|
|
38
39
|
= association_object.id
|
|
39
40
|
%td
|
|
40
41
|
= association_object.name
|
|
41
|
-
%td
|
|
42
|
-
= link_to fa_icon(:plus), new_record_path(model: association.class_name, redirect: current_model_record_path(object)), class: 'btn btn-primary'
|
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.7.
|
|
4
|
+
version: 1.7.6
|
|
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-01-
|
|
11
|
+
date: 2019-01-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootstrap-kaminari-views
|