kuhsaft 0.3.4.legacy → 0.3.4.legacy2
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
|
|
1
1
|
!!!
|
2
2
|
%html
|
3
3
|
%head
|
4
|
-
= stylesheet_link_tag 'kuhsaft/cms/
|
4
|
+
= stylesheet_link_tag 'kuhsaft/cms/application.css', :media => 'screen, projection'
|
5
5
|
= stylesheet_link_tag 'cms/application.css', :media => 'screen, projection'
|
6
6
|
= javascript_include_tag 'kuhsaft/cms/application.js'
|
7
7
|
= csrf_meta_tag
|
data/lib/kuhsaft/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kuhsaft
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 531949091
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
9
|
- 4
|
10
10
|
- legacy
|
11
|
-
|
11
|
+
- 2
|
12
|
+
version: 0.3.4.legacy2
|
12
13
|
platform: ruby
|
13
14
|
authors:
|
14
15
|
- "Immanuel H\xC3\xA4ussermann"
|
@@ -299,12 +300,12 @@ files:
|
|
299
300
|
- app/assets/javascripts/kuhsaft/cms/jquery.elastic.source.js
|
300
301
|
- app/assets/javascripts/kuhsaft/cms/jquery.min.js
|
301
302
|
- app/assets/javascripts/kuhsaft/cms/jquery_ujs.js
|
303
|
+
- app/assets/stylesheets/kuhsaft/cms/application.sass
|
302
304
|
- app/assets/stylesheets/kuhsaft/cms/partials/_assets.sass
|
303
305
|
- app/assets/stylesheets/kuhsaft/cms/partials/_buttons.sass
|
304
306
|
- app/assets/stylesheets/kuhsaft/cms/partials/_forms.sass
|
305
307
|
- app/assets/stylesheets/kuhsaft/cms/partials/_generic.sass
|
306
308
|
- app/assets/stylesheets/kuhsaft/cms/partials/_simple_form.sass
|
307
|
-
- app/assets/stylesheets/kuhsaft/cms/screen.sass
|
308
309
|
- app/controllers/kuhsaft/cms/admin_controller.rb
|
309
310
|
- app/controllers/kuhsaft/cms/assets_controller.rb
|
310
311
|
- app/controllers/kuhsaft/cms/page_parts_controller.rb
|