ecm_cms 1.0.1.pre → 1.0.2.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,11 @@
1
1
  body.active_admin textarea#ecm_cms_page_body, body.active_admin textarea#ecm_cms_template_body, body.active_admin textarea#ecm_cms_partial_body {
2
2
  font-family: Consolas, Monaco,Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
3
3
  }
4
+
5
+ .active_admin pre {
6
+ white-space: pre-wrap !important; /* css-3 */
7
+ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
8
+ white-space: -pre-wrap !important; /* Opera 4-6 */
9
+ white-space: -o-pre-wrap !important; /* Opera 7 */
10
+ }
11
+
@@ -53,7 +53,7 @@ ActiveAdmin.register Ecm::Cms::Page do
53
53
  index do
54
54
  selectable_column
55
55
  column :pathname
56
- column :filename
56
+ column :filename, :sortable => :basename
57
57
  column :title
58
58
  column :home_page?
59
59
  column :layout
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module Cms
3
- VERSION = "1.0.1.pre"
3
+ VERSION = "1.0.2.pre"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_cms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961915984
4
+ hash: 961915996
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
9
+ - 2
10
10
  - pre
11
- version: 1.0.1.pre
11
+ version: 1.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-17 00:00:00 Z
19
+ date: 2013-03-20 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails