brightcontent-core 2.0.7 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,6 +1,7 @@
1
1
  .bundle/
2
2
  log/*.log
3
3
  pkg/
4
+ spec/dummy/public/system
4
5
  spec/dummy/db/migrate/*.brightcontent.rb
5
6
  spec/dummy/db/*.sqlite3
6
7
  spec/dummy/log/*.log
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brightcontent-core (2.0.7)
4
+ brightcontent-core (2.0.8)
5
5
  bcrypt-ruby
6
6
  bootstrap-wysihtml5-rails
7
7
  has_scope
@@ -15,5 +15,5 @@
15
15
  //= require bootstrap-wysihtml5
16
16
  //= require bootstrap-wysihtml5/locales/nl-NL
17
17
  //= require brightcontent/attachments
18
- //= require brightcontent/main
19
18
  //= require brightcontent/custom
19
+ //= require_tree .
@@ -2,7 +2,8 @@ body {
2
2
  background-color: #f5f5f5;
3
3
  }
4
4
 
5
- input, textarea {
5
+ .form-inputs input,
6
+ .form-inputs textarea {
6
7
  width: 622px;
7
8
  }
8
9
 
@@ -11,7 +11,7 @@ module Brightcontent
11
11
  private
12
12
 
13
13
  def list_fields
14
- form_fields
14
+ default_fields - %w{attachments}
15
15
  end
16
16
  helper_method :list_fields
17
17
 
@@ -42,7 +42,7 @@
42
42
  </div>
43
43
  <% end %>
44
44
 
45
- <div class="container box">
45
+ <div class="container <%= "box" unless controller.controller_name == 'sessions' %>">
46
46
  <%= render "brightcontent/application/show_flash_names" %>
47
47
  <%= yield %>
48
48
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightcontent-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -344,7 +344,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
344
344
  version: '0'
345
345
  segments:
346
346
  - 0
347
- hash: 139995493775042415
347
+ hash: -2694104002284036151
348
348
  required_rubygems_version: !ruby/object:Gem::Requirement
349
349
  none: false
350
350
  requirements:
@@ -353,7 +353,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
353
353
  version: '0'
354
354
  segments:
355
355
  - 0
356
- hash: 139995493775042415
356
+ hash: -2694104002284036151
357
357
  requirements: []
358
358
  rubyforge_project:
359
359
  rubygems_version: 1.8.24