activeadmin_tinymce 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,13 @@
|
|
1
|
+
#modal class="modal hide fade" tabindex="-1" data-width="760"
|
2
|
+
div class="modal-header"
|
3
|
+
button type="button" class="close" data-dismiss="modal" aria-hidden="true" ×
|
4
|
+
|
5
|
+
h3 Выберете изображение
|
6
|
+
div class="modal-body form-horizontal"
|
7
|
+
- @images.each do |image|
|
8
|
+
a.collection-image data-original="#{image.path.url(:original)}"
|
9
|
+
img src="#{image.path.url(:thumb)}"
|
10
|
+
div class="modal-footer"
|
11
|
+
button type="button" class="btn btn-primary action-ok" Ok
|
12
|
+
button type="button" data-dismiss="modal" class="btn close" Cancel
|
13
|
+
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activeadmin_tinymce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-12-
|
12
|
+
date: 2013-12-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
|
-
requirement: &
|
16
|
+
requirement: &72819740 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 3.2.13
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *72819740
|
25
25
|
description: Description of ActiveAdminTinymce.
|
26
26
|
email:
|
27
27
|
- mk@kernel-corp.com
|
@@ -33,6 +33,7 @@ files:
|
|
33
33
|
- app/controllers/active_admin_tinymce/application_controller.rb
|
34
34
|
- app/assets/javascripts/active_admin_tinymce/application.js
|
35
35
|
- app/assets/stylesheets/active_admin_tinymce/application.css
|
36
|
+
- app/views/active_admin_tinymce/modal/_modal.slim
|
36
37
|
- app/views/layouts/active_admin_tinymce/application.html.erb
|
37
38
|
- app/helpers/active_admin_tinymce/application_helper.rb
|
38
39
|
- config/routes.rb
|