kms 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 237100c614e22752cf5eaddf01376780624d4c49
4
- data.tar.gz: 79942a4976ed0b918da8a7da405aebcb6f43e4ce
3
+ metadata.gz: 4167d59e7151bdf01942747de925d31eef38c6d4
4
+ data.tar.gz: 44882c061a23bf582447083ce5973ff9fbb934af
5
5
  SHA512:
6
- metadata.gz: 0ab78651f20b23fdefe7959266f27f38b8e15533610d8a620e3cf069b4e37f3465ac9b84623536d1f8c328d90b159776723c70eeb39bafdc51f27d6b419a144c
7
- data.tar.gz: 123c93cf60bd57e202736b0559f1a6b256b261b068a8bd591ed14ac16e615b2ca08c149d12e97c36712705fcfe90f947d57b62af2b4073979e5ea1a2870f9a3f
6
+ metadata.gz: f0b92c7cdc197f4d351105cc5ce3cfd13faed9ed725c3f707dee4f8324f79575a4dcf05e7567023a7162db5aebf9105eece7fc279ba1c19560c2df1e7652f6ed
7
+ data.tar.gz: 21df959541a30902e1bf145c3b3843512af0572a339d1bc196ac2bd17eafe8aeaa9ade20f89b8e1147f9559037199a54afb02aab30eeb1cd9a50e1a2c4aa887e
@@ -68,7 +68,7 @@ PagesController = ($scope, $state, $cookieStore, Restangular, $stateParams, Aler
68
68
  $scope.pages = $scope.exceptCurrentPage($scope.pages)
69
69
  $scope.parentPages = $scope.exceptCurrentPage($scope.parentPages)
70
70
  $scope.page.slug = "index" if $scope.pages.length == 0
71
- if $scope.parentPages.length > 0 and $scope.page and !$scope.page.parent_id
71
+ if $scope.parentPages.length > 0 and $scope.page and !$scope.page.parent_id and !$stateParams.id
72
72
  $scope.page.parent_id = $scope.parentPages[0].id
73
73
 
74
74
 
@@ -1,3 +1,3 @@
1
1
  module Kms
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -263,8 +263,8 @@ th {
263
263
  @font-face {
264
264
  font-family: 'Glyphicons Halflings';
265
265
 
266
- src: url('../fonts/glyphicons-halflings-regular.eot');
267
- src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
266
+ src: asset-url('bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
267
+ src: asset-url('bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), asset-url('bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), asset-url('bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), asset-url('bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), asset-url('bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
268
268
  }
269
269
  .glyphicon {
270
270
  position: relative;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Petrov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-07-28 00:00:00.000000000 Z
12
+ date: 2017-08-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -2173,8 +2173,8 @@ files:
2173
2173
  - vendor/assets/bower_components/bootstrap/dist/css/bootstrap-theme.css.map
2174
2174
  - vendor/assets/bower_components/bootstrap/dist/css/bootstrap-theme.min.css
2175
2175
  - vendor/assets/bower_components/bootstrap/dist/css/bootstrap-theme.min.css.map
2176
- - vendor/assets/bower_components/bootstrap/dist/css/bootstrap.css
2177
2176
  - vendor/assets/bower_components/bootstrap/dist/css/bootstrap.css.map
2177
+ - vendor/assets/bower_components/bootstrap/dist/css/bootstrap.css.scss
2178
2178
  - vendor/assets/bower_components/bootstrap/dist/css/bootstrap.min.css
2179
2179
  - vendor/assets/bower_components/bootstrap/dist/css/bootstrap.min.css.map
2180
2180
  - vendor/assets/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot
@@ -2887,7 +2887,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2887
2887
  version: '0'
2888
2888
  requirements: []
2889
2889
  rubyforge_project:
2890
- rubygems_version: 2.4.5.1
2890
+ rubygems_version: 2.4.5
2891
2891
  signing_key:
2892
2892
  specification_version: 4
2893
2893
  summary: Kms - Kandidate Master of Sports - Ruby on Rails CMS