ecm_lightbox 0.0.1.pre → 0.0.2.pre
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.
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
</div>
|
|
7
7
|
<div class="modal-body"><div class="modal-image"></div></div>
|
|
8
8
|
<div class="modal-footer">
|
|
9
|
-
<a class="btn btn-
|
|
9
|
+
<a class="btn btn-primary modal-prev"><i class="icon-arrow-left icon-white"></i> <%= I18n.t('ecm.lightbox.actions.previous') %></a>
|
|
10
10
|
<a class="btn btn-success modal-play modal-slideshow" data-slideshow="5000"><i class="icon-play icon-white"></i> <%= I18n.t('ecm.lightbox.actions.slideshow') %></a>
|
|
11
11
|
<a class="btn modal-download" target="_blank"><i class="icon-download"></i> <%= I18n.t('ecm.lightbox.actions.download') %></a>
|
|
12
12
|
<a class="btn btn-primary modal-next"><%= I18n.t('ecm.lightbox.actions.next') %> <i class="icon-arrow-right icon-white"></i></a>
|
data/lib/ecm/lightbox/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ecm_lightbox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 961915980
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
9
|
+
- 2
|
|
10
10
|
- pre
|
|
11
|
-
version: 0.0.
|
|
11
|
+
version: 0.0.2.pre
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Roberto Vasquez Angel
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2013-03-
|
|
19
|
+
date: 2013-03-26 00:00:00 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
name: rails
|