glib-web 0.15.3 → 0.15.4
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: 99bf3258f6448750d3db9022e35d80e45f67e8b7e60ce5aecccabc7d19906c58
|
4
|
+
data.tar.gz: 0c51b914c22854ec4632dcc755a0fe55789f9a8ad4d40a4db722ecdd07e2e619
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a310b5e78a79a69e85b91f56a0f7ed91caf37db79ff655607d890dad1b449613ec885394a418f01db3d535e209bff140de5ff103711b4e4a3bd0806f27701d7c
|
7
|
+
data.tar.gz: da97a6021872ad5b623ef57d1969e82d3d692fb62cf965cf0bd460174f36a89fa10e974d11ed7dc2888894d5dd432b27845c3986efdb5a796ed88297cb970b95
|
data/app/views/json_ui/garage/forms/{_more_less_text.json.jbuilder → _read_more_text.json.jbuilder}
RENAMED
File without changes
|
@@ -152,7 +152,7 @@ page.form url: json_ui_garage_url(path: 'forms/generic_post'), method: 'post', p
|
|
152
152
|
form.spacer height: 20
|
153
153
|
form.h1 text: 'Show more/less text'
|
154
154
|
form.label text: ''
|
155
|
-
render "#{@path_prefix}/forms/
|
155
|
+
render "#{@path_prefix}/forms/read_more_text",
|
156
156
|
panel: form,
|
157
157
|
min_chars: 300,
|
158
158
|
max_lines: 2,
|
@@ -84,13 +84,7 @@ page.scroll childViews: ->(scroll) do
|
|
84
84
|
name: 'user[video_url]',
|
85
85
|
width: 'matchParent',
|
86
86
|
onChange: ->(action) do
|
87
|
-
action.
|
88
|
-
menu.http_post # TODO
|
89
|
-
|
90
|
-
# menu.button text: 'Yes, submit', onClick: ->(subaction) do
|
91
|
-
# action.forms_submit
|
92
|
-
# end
|
93
|
-
end
|
87
|
+
action.http_post # TODO
|
94
88
|
end
|
95
89
|
end
|
96
90
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glib-web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
@@ -144,7 +144,7 @@ files:
|
|
144
144
|
- app/views/json_ui/garage/actions/index.json.jbuilder
|
145
145
|
- app/views/json_ui/garage/forms/_alert_post_data.json.jbuilder
|
146
146
|
- app/views/json_ui/garage/forms/_conditional_banner.json.jbuilder
|
147
|
-
- app/views/json_ui/garage/forms/
|
147
|
+
- app/views/json_ui/garage/forms/_read_more_text.json.jbuilder
|
148
148
|
- app/views/json_ui/garage/forms/basic.json.jbuilder
|
149
149
|
- app/views/json_ui/garage/forms/basic_post.json.jbuilder
|
150
150
|
- app/views/json_ui/garage/forms/checkboxes.json.jbuilder
|