kms 1.0.0 → 1.0.1
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4167d59e7151bdf01942747de925d31eef38c6d4
|
|
4
|
+
data.tar.gz: 44882c061a23bf582447083ce5973ff9fbb934af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/kms/version.rb
CHANGED
|
@@ -263,8 +263,8 @@ th {
|
|
|
263
263
|
@font-face {
|
|
264
264
|
font-family: 'Glyphicons Halflings';
|
|
265
265
|
|
|
266
|
-
src: url('
|
|
267
|
-
src: url('
|
|
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.
|
|
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-
|
|
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
|
|
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
|