cama_contact_form 0.0.25 → 0.0.26
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c62ff6a2ffa06fa0199bd98fc8470028e58e5e8
|
4
|
+
data.tar.gz: 65920724d779cef458098431667654f0b3816a30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b18259cefbc6228ebd1a2923e0e51678d759e13d0486dca2aa95266e9833e059835e5121786c8fef4100ed125aee59cae623c16f1dbcdf90e7e9848f35c23958
|
7
|
+
data.tar.gz: cafcf31e33d951b2f7f5e833afa673f5b418949e83129a4f64b3ae38fb528ef57409b5d6448a0c9ce275d81c90c955d0083348f16a7de5d19b4450006c36ad6d
|
@@ -175,11 +175,11 @@
|
|
175
175
|
<a class="btn btn-default" data-field-type="website" ><span class="fa fa-link"></span> <%= t('.fields.website', default: 'Website') %></a>
|
176
176
|
<a class="btn btn-default" data-field-type="email" ><span class="fa fa-envelope-o"></span> <%= t('.fields.email', default: 'Email') %></a>
|
177
177
|
<a class="btn btn-default" data-field-type="captcha" ><span class="symbol"><span class="glyphicon glyphicon-barcode"></span></span> <%= t('.fields.captcha', default: 'Captcha') %> </a>
|
178
|
-
<a class="btn btn-default" data-field-type="file" ><span class="fa fa-cloud-upload"></span> <%= t('.fields.
|
178
|
+
<a class="btn btn-default" data-field-type="file" ><span class="fa fa-cloud-upload"></span> <%= t('.fields.file', default: 'Upload File') %></a>
|
179
179
|
<a class="btn btn-default" data-field-type="submit" ><span class="fa fa-button"></span> <%= t('.fields.submit', default: 'Submit Button') %></a>
|
180
180
|
<a class="btn btn-default" data-field-type="button" ><span class="fa fa-button"></span> <%= t('.fields.button', default: 'Simple Button') %></a>
|
181
181
|
<a class="btn btn-default" data-field-type="reset_button" ><span class="fa fa-button"></span> <%= t('.fields.reset_button', default: 'Reset Button') %></a>
|
182
182
|
</div>
|
183
183
|
</div>
|
184
184
|
</div>
|
185
|
-
<% end %>
|
185
|
+
<% end %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cama_contact_form
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.26
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Owen Peredo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -132,40 +132,40 @@ signing_key:
|
|
132
132
|
specification_version: 4
|
133
133
|
summary: Contact Form Plugin for Camaleon CMS
|
134
134
|
test_files:
|
135
|
-
- test/
|
135
|
+
- test/dummy/app/controllers/application_controller.rb
|
136
|
+
- test/dummy/app/views/layouts/application.html.erb
|
136
137
|
- test/dummy/app/assets/javascripts/application.js
|
137
138
|
- test/dummy/app/assets/stylesheets/application.css
|
138
|
-
- test/dummy/app/controllers/application_controller.rb
|
139
139
|
- test/dummy/app/helpers/application_helper.rb
|
140
|
-
- test/dummy/app/views/layouts/application.html.erb
|
141
|
-
- test/dummy/bin/bundle
|
142
|
-
- test/dummy/bin/rails
|
143
140
|
- test/dummy/bin/rake
|
144
141
|
- test/dummy/bin/setup
|
145
|
-
- test/dummy/
|
146
|
-
- test/dummy/
|
147
|
-
- test/dummy/config/
|
148
|
-
- test/dummy/config/
|
149
|
-
- test/dummy/config/
|
142
|
+
- test/dummy/bin/bundle
|
143
|
+
- test/dummy/bin/rails
|
144
|
+
- test/dummy/config/secrets.yml
|
145
|
+
- test/dummy/config/routes.rb
|
146
|
+
- test/dummy/config/locales/en.yml
|
150
147
|
- test/dummy/config/environments/production.rb
|
148
|
+
- test/dummy/config/environments/development.rb
|
151
149
|
- test/dummy/config/environments/test.rb
|
152
|
-
- test/dummy/config/
|
150
|
+
- test/dummy/config/environment.rb
|
151
|
+
- test/dummy/config/application.rb
|
152
|
+
- test/dummy/config/database.yml
|
153
|
+
- test/dummy/config/boot.rb
|
153
154
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
154
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
155
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
156
|
-
- test/dummy/config/initializers/inflections.rb
|
157
155
|
- test/dummy/config/initializers/mime_types.rb
|
156
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
158
157
|
- test/dummy/config/initializers/session_store.rb
|
159
158
|
- test/dummy/config/initializers/wrap_parameters.rb
|
160
|
-
- test/dummy/config/
|
161
|
-
- test/dummy/config/
|
162
|
-
- test/dummy/config/
|
159
|
+
- test/dummy/config/initializers/assets.rb
|
160
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
161
|
+
- test/dummy/config/initializers/inflections.rb
|
163
162
|
- test/dummy/config.ru
|
164
|
-
- test/dummy/
|
163
|
+
- test/dummy/Rakefile
|
164
|
+
- test/dummy/public/favicon.ico
|
165
165
|
- test/dummy/public/422.html
|
166
166
|
- test/dummy/public/500.html
|
167
|
-
- test/dummy/public/
|
168
|
-
- test/dummy/Rakefile
|
167
|
+
- test/dummy/public/404.html
|
169
168
|
- test/dummy/README.rdoc
|
169
|
+
- test/cama_contact_form_test.rb
|
170
170
|
- test/integration/navigation_test.rb
|
171
171
|
- test/test_helper.rb
|