bookyt_projects 0.19.9 → 0.19.10
Sign up to get free protection for your applications and to get access to all the features.
- data/app/models/bookyt_projects/person.rb +4 -0
- data/app/views/people/_show_timesheet.html.haml +4 -4
- data/app/views/timesheets/_pager.html.haml +4 -0
- data/app/views/timesheets/_show.html.haml +0 -2
- data/config/locales/bookyt_projects.de.yml +8 -0
- data/lib/bookyt_projects/navigation.rb +0 -2
- data/lib/bookyt_projects/version.rb +1 -1
- metadata +6 -5
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
.row
|
4
4
|
.span8
|
5
|
-
|
6
|
-
= render 'timesheets/show', :work_days => @employee.work_days.where(:date => range)
|
7
|
-
.span8
|
8
|
-
- range = Date.today.beginning_of_month..Date.today.end_of_month
|
5
|
+
|
9
6
|
= render 'timesheets/show', :work_days => @employee.work_days.where(:date => range)
|
7
|
+
|
8
|
+
.span4
|
9
|
+
= render 'timesheets/pager'
|
@@ -6,8 +6,6 @@ module BookytProjects
|
|
6
6
|
projects.item :new_project, t_title(:new, Project), new_project_path
|
7
7
|
projects.item :divider, "", :class => 'divider'
|
8
8
|
projects.item :capture_hours, t('activities.new.title'), new_batch_activity_path
|
9
|
-
projects.item :divider, "", :class => 'divider'
|
10
|
-
projects.item :project_states, t_model(ProjectState), project_states_path, :highlights_on => /\/project_states($|\/([0-9]*|new)($|\/.*))/
|
11
9
|
end
|
12
10
|
end
|
13
11
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookyt_projects
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 71
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 19
|
9
|
-
-
|
10
|
-
version: 0.19.
|
9
|
+
- 10
|
10
|
+
version: 0.19.10
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Roman Simecek (CyT)
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2012-
|
19
|
+
date: 2012-03-05 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: rails
|
@@ -127,6 +127,7 @@ files:
|
|
127
127
|
- app/views/projects/_show.html.haml
|
128
128
|
- app/views/projects/_show_activities.html.haml
|
129
129
|
- app/views/timesheets/_activities_popover.html.haml
|
130
|
+
- app/views/timesheets/_pager.html.haml
|
130
131
|
- app/views/timesheets/_show.html.haml
|
131
132
|
- app/views/timesheets/index.html.haml
|
132
133
|
- config/application.rb
|
@@ -181,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
181
182
|
requirements: []
|
182
183
|
|
183
184
|
rubyforge_project:
|
184
|
-
rubygems_version: 1.8.
|
185
|
+
rubygems_version: 1.8.10
|
185
186
|
signing_key:
|
186
187
|
specification_version: 3
|
187
188
|
summary: Project management plugin for bookyt
|