bookyt_projects 0.19.21 → 0.19.22
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
|
-
%table.table.
|
1
|
+
%table.table.collection
|
2
2
|
%thead
|
3
3
|
%tr
|
4
4
|
%th= t_attr :date, Activity
|
@@ -8,7 +8,7 @@
|
|
8
8
|
%tbody
|
9
9
|
- work_days.each do |day|
|
10
10
|
- tr_params = {:class => work_day_classes(day)}
|
11
|
-
- tr_params.merge!(:rel => 'popover', 'data-content' => h(render 'timesheets/activities_popover', :activities => day.activities), 'data-original-title' => 'Aktivitäten', 'data-html' => 'true') unless day.activities.empty?
|
11
|
+
- tr_params.merge!(:rel => 'popover', 'data-placement' => 'bottom', 'data-content' => h(render 'timesheets/activities_popover', :activities => day.activities), 'data-original-title' => 'Aktivitäten', 'data-html' => 'true') unless day.activities.empty?
|
12
12
|
%tr{tr_params}
|
13
13
|
%td
|
14
14
|
- if day.activities.empty?
|
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: 127
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 19
|
9
|
-
-
|
10
|
-
version: 0.19.
|
9
|
+
- 22
|
10
|
+
version: 0.19.22
|
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-04-
|
19
|
+
date: 2012-04-05 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: rails
|
@@ -182,9 +182,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
182
182
|
requirements: []
|
183
183
|
|
184
184
|
rubyforge_project:
|
185
|
-
rubygems_version: 1.8.
|
185
|
+
rubygems_version: 1.8.10
|
186
186
|
signing_key:
|
187
187
|
specification_version: 3
|
188
188
|
summary: Project management plugin for bookyt
|
189
189
|
test_files: []
|
190
190
|
|
191
|
+
has_rdoc:
|