common-content 0.0.3 → 0.0.4

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.
@@ -2,3 +2,5 @@
2
2
  Place all the styles related to the matching controller here.
3
3
  They will automatically be included in application.css.
4
4
  */
5
+ @import "bootstrap_and_overrides.css";
6
+ @import "scaffolds.css";
@@ -1,4 +1,5 @@
1
1
  <fieldset>
2
+ <h5>SEO</h5>
2
3
  <div class="control-group">
3
4
  <%= f.label :title, :class => 'control-label' %>
4
5
  <div class="controls">
@@ -11,7 +11,7 @@
11
11
  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
12
12
  <![endif]-->
13
13
 
14
- <%= stylesheet_link_tag "application", :media => "all" %>
14
+ <%= stylesheet_link_tag "contents", :media => "all" %>
15
15
 
16
16
  <link href="images/favicon.ico" rel="shortcut icon">
17
17
  <link href="images/apple-touch-icon.png" rel="apple-touch-icon">
@@ -1,3 +1,3 @@
1
1
  module CommonContent
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: common-content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -119,7 +119,6 @@ files:
119
119
  - app/assets/javascripts/bootstrap.js.coffee
120
120
  - app/assets/javascripts/contents.js.coffee
121
121
  - app/assets/javascripts/jquery-ui-1.8.21.custom.min.js
122
- - app/assets/stylesheets/application.css
123
122
  - app/assets/stylesheets/bootstrap_and_overrides.css.less
124
123
  - app/assets/stylesheets/contents.css.less
125
124
  - app/assets/stylesheets/scaffolds.css.less
@@ -1,7 +0,0 @@
1
- /*
2
- * This is a manifest file that'll automatically include all the stylesheets available in this directory
3
- * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
4
- * the top of the compiled file, but it's generally better to create a new file per style scope.
5
- *= require_self
6
- *= require_tree .
7
- */