para 0.8.12 → 0.8.13
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/config/locales/en.yml +4 -7
- data/lib/para/markup/resources_table.rb +2 -2
- data/lib/para/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: 162c6a81b2f57ab3565758832cacec3a10442bd52a520870d73c56745098914b
|
|
4
|
+
data.tar.gz: 73b84d05ccfd02ce566c90925edba4f4123cb5ed38cbc193e47c7e8dde5c2dee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a23e25fab98168e0baeae6c5ef9623f580cb0a1ad4c2f6a7c7f78c2ed0f7ff0d35b5639c14e2deda65312f57f3fb9f6d2bf5e2dd1bd862d2e9a1db0a638b865
|
|
7
|
+
data.tar.gz: 42acaacd0c3dfeeee9af36a334229d8c1d9a36762fea88a57cb3dd4725296906347f348bc8916c857524ac2bd1c64fa5d7eb133e46aa5c146925ac1d0deb7ddd
|
data/config/locales/en.yml
CHANGED
|
@@ -13,14 +13,14 @@ en:
|
|
|
13
13
|
error: "Could not delete %{model}"
|
|
14
14
|
clone:
|
|
15
15
|
success: "%{model} cloned"
|
|
16
|
-
error: "Could not clone %{model}"
|
|
17
|
-
|
|
16
|
+
error: "Could not clone %{model}"
|
|
17
|
+
|
|
18
18
|
jobs:
|
|
19
19
|
para/importer/base:
|
|
20
20
|
progressing: "The file is being imported, please wait a few moments ..."
|
|
21
21
|
success: "The import of the file was successfully completed"
|
|
22
22
|
success_with_errors: |
|
|
23
|
-
The import of the file was done, but some lines
|
|
23
|
+
The import of the file was done, but some lines
|
|
24
24
|
were not taken into account due to errors :
|
|
25
25
|
other_errors: "<br>And <b>%{count}</b> others errors ..."
|
|
26
26
|
error: "The selected file contains errors and could not be imported"
|
|
@@ -40,9 +40,6 @@ en:
|
|
|
40
40
|
confirmation:
|
|
41
41
|
shared:
|
|
42
42
|
destroy: 'Are you sure that you want to delete %{model} ?'
|
|
43
|
-
|
|
44
|
-
component:
|
|
45
|
-
none_created: "No components yet ..."
|
|
46
43
|
|
|
47
44
|
component:
|
|
48
45
|
create: "Create a component"
|
|
@@ -146,7 +143,7 @@ en:
|
|
|
146
143
|
type: "Type"
|
|
147
144
|
model_type: "Resource"
|
|
148
145
|
namespaced: "Only list component's resources"
|
|
149
|
-
|
|
146
|
+
|
|
150
147
|
activemodel:
|
|
151
148
|
models:
|
|
152
149
|
settings_rails/form:
|
|
@@ -92,9 +92,9 @@ module Para
|
|
|
92
92
|
end
|
|
93
93
|
|
|
94
94
|
content_tag(:th, options) do
|
|
95
|
-
if (sort = options.delete(:sort))
|
|
95
|
+
if search && (sort = options.delete(:sort))
|
|
96
96
|
view.sort_link(search, *sort, label, hide_indicator: true)
|
|
97
|
-
elsif searchable?(field_name)
|
|
97
|
+
elsif search && searchable?(field_name)
|
|
98
98
|
view.sort_link(search, field_name, label, hide_indicator: true)
|
|
99
99
|
else
|
|
100
100
|
label
|
data/lib/para/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: para
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Valentin Ballestrino
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-12-
|
|
11
|
+
date: 2020-12-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|