bookyt_projects 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bookyt_projects/navigation.rb +1 -1
- data/lib/bookyt_projects/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84c5dc8edc34c2b1c3aaf82c5b7b5a1722d52430
|
4
|
+
data.tar.gz: d2da2e0935afee9b372999fabf0c6dfb2be7f8aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a4e2f86976c4a420ae8ed06c113aa9b228fe03fe781a07064f7d0487e8955403fd641345346ca2b731c0cf1a67c72e57992fcf165cf881b6be462e9db1d99ec
|
7
|
+
data.tar.gz: ad79463fc689e75e66b00ebc6f80a6582f580b27dd153dd5566b64e3c2a320c3c481c5da85231ffa7edb0c6c7c9a97a9cb4aaae87ab0aa34c6373f3c6db2090f
|
@@ -4,7 +4,7 @@ module BookytProjects
|
|
4
4
|
navigation.item :projects, t('bookyt.main_navigation.projects'), '#', :if => Proc.new { user_signed_in? } do |projects|
|
5
5
|
projects.item :project_index, t_title(:index, Project), projects_path, :highlights_on => /\/(projects|activities)($|\/[0-9]*($|\/.*))/
|
6
6
|
projects.item :new_project, t_title(:new, Project), new_project_path
|
7
|
-
projects.item :divider, "", :class => 'divider'
|
7
|
+
projects.item :divider, "", '#', :html => {:class => 'divider' }
|
8
8
|
projects.item :activities, t_title(:index, Activity), activities_path
|
9
9
|
projects.item :capture_hours, t('activities.new.title'), new_batch_activity_path
|
10
10
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookyt_projects
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roman Simecek (CyT)
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2016-03-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -164,8 +164,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
164
|
version: '0'
|
165
165
|
requirements: []
|
166
166
|
rubyforge_project:
|
167
|
-
rubygems_version: 2.
|
167
|
+
rubygems_version: 2.4.5
|
168
168
|
signing_key:
|
169
169
|
specification_version: 3
|
170
170
|
summary: Project management plugin for bookyt
|
171
171
|
test_files: []
|
172
|
+
has_rdoc:
|