cruj_cruj_cruj_visagio 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/cruj_cruj_cruj/_list_table.html.erb +1 -1
- data/config/locales/pt-BR.yml +2 -0
- data/lib/cruj_cruj_cruj/version.rb +1 -1
- metadata +30 -31
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3393a7c0467ff51a155067ddcfd2552c484063892e45887ef7657e01d3d8ccd5
|
4
|
+
data.tar.gz: e9d4368c14f90fbc01e25d2b5d82b9fea48ab0c4c9f81c21246ca7ef363d5ca6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a3386701325f8a01de15b0104ac68b0060ecd993440c406a97d3e38e5621b295e99a26ca65731f202d66de840aa2ebfc17573a7a6073fdf5fbabc9c9a4b4ecc
|
7
|
+
data.tar.gz: 0a1b12584ccec58deed1261cbe9e1dea820c9a21f9b38d9d49e88abe45461e96d61bff523361aea62a864d6188d27b6e92d2852af79cea17429d1d86a58f9c04
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<% end %>
|
29
29
|
|
30
30
|
<td><%= link_to l(:button_edit) , url_for([:edit] | resource_url(resource)) %></td>
|
31
|
-
<td><%= link_to l(:button_delete), url_for(resource_url(resource)), confirm: l(:
|
31
|
+
<td><%= link_to l(:button_delete), url_for(resource_url(resource)), method: :delete, data:{ confirm: l(:entry_delete_confirmation_message) } %></td>
|
32
32
|
</tr>
|
33
33
|
<% end %>
|
34
34
|
</table>
|
data/config/locales/pt-BR.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cruj_cruj_cruj_visagio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Visagio
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -177,46 +177,45 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
177
177
|
- !ruby/object:Gem::Version
|
178
178
|
version: '0'
|
179
179
|
requirements: []
|
180
|
-
|
181
|
-
rubygems_version: 2.7.8
|
180
|
+
rubygems_version: 3.0.8
|
182
181
|
signing_key:
|
183
182
|
specification_version: 4
|
184
183
|
summary: Crud Generator for Redmine
|
185
184
|
test_files:
|
186
|
-
- test/
|
185
|
+
- test/dummy/config.ru
|
187
186
|
- test/dummy/README.rdoc
|
188
|
-
- test/dummy/Rakefile
|
189
|
-
- test/dummy/app/assets/javascripts/application.js
|
190
|
-
- test/dummy/app/assets/stylesheets/application.css
|
191
|
-
- test/dummy/app/controllers/application_controller.rb
|
192
|
-
- test/dummy/app/helpers/application_helper.rb
|
193
|
-
- test/dummy/app/views/layouts/application.html.erb
|
194
|
-
- test/dummy/bin/bundle
|
195
|
-
- test/dummy/bin/rails
|
196
|
-
- test/dummy/bin/rake
|
197
|
-
- test/dummy/bin/setup
|
198
|
-
- test/dummy/config/application.rb
|
199
|
-
- test/dummy/config/boot.rb
|
200
|
-
- test/dummy/config/database.yml
|
201
187
|
- test/dummy/config/environment.rb
|
202
|
-
- test/dummy/config/
|
203
|
-
- test/dummy/config/
|
204
|
-
- test/dummy/config/
|
205
|
-
- test/dummy/config/
|
188
|
+
- test/dummy/config/routes.rb
|
189
|
+
- test/dummy/config/database.yml
|
190
|
+
- test/dummy/config/secrets.yml
|
191
|
+
- test/dummy/config/application.rb
|
192
|
+
- test/dummy/config/initializers/mime_types.rb
|
206
193
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
207
|
-
- test/dummy/config/initializers/
|
208
|
-
- test/dummy/config/initializers/
|
194
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
195
|
+
- test/dummy/config/initializers/assets.rb
|
209
196
|
- test/dummy/config/initializers/inflections.rb
|
210
|
-
- test/dummy/config/initializers/
|
197
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
211
198
|
- test/dummy/config/initializers/session_store.rb
|
212
|
-
- test/dummy/config/initializers/
|
199
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
200
|
+
- test/dummy/config/boot.rb
|
201
|
+
- test/dummy/config/environments/test.rb
|
202
|
+
- test/dummy/config/environments/production.rb
|
203
|
+
- test/dummy/config/environments/development.rb
|
213
204
|
- test/dummy/config/locales/en.yml
|
214
|
-
- test/dummy/
|
215
|
-
- test/dummy/
|
216
|
-
- test/dummy/
|
217
|
-
- test/dummy/
|
218
|
-
- test/dummy/
|
205
|
+
- test/dummy/app/views/layouts/application.html.erb
|
206
|
+
- test/dummy/app/assets/javascripts/application.js
|
207
|
+
- test/dummy/app/assets/stylesheets/application.css
|
208
|
+
- test/dummy/app/helpers/application_helper.rb
|
209
|
+
- test/dummy/app/controllers/application_controller.rb
|
210
|
+
- test/dummy/Rakefile
|
211
|
+
- test/dummy/bin/setup
|
212
|
+
- test/dummy/bin/rails
|
213
|
+
- test/dummy/bin/bundle
|
214
|
+
- test/dummy/bin/rake
|
219
215
|
- test/dummy/public/500.html
|
220
216
|
- test/dummy/public/favicon.ico
|
217
|
+
- test/dummy/public/404.html
|
218
|
+
- test/dummy/public/422.html
|
221
219
|
- test/integration/navigation_test.rb
|
220
|
+
- test/cruj_cruj_cruj_test.rb
|
222
221
|
- test/test_helper.rb
|