bookyt_projects 0.19.18 → 0.19.19
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +1,14 @@
|
|
1
1
|
= semantic_form_for @activity do |f|
|
2
2
|
= f.inputs do
|
3
|
-
.row
|
4
|
-
.
|
5
|
-
.
|
6
|
-
.row
|
7
|
-
.
|
8
|
-
.
|
3
|
+
.row-fluid
|
4
|
+
.span5= f.input :person, :as => :combobox
|
5
|
+
.span5= f.input :project, :as => :combobox
|
6
|
+
.row-fluid
|
7
|
+
.span5= f.input :date, :as => :date_field
|
8
|
+
.span5= f.input :duration, :as => :string
|
9
9
|
|
10
|
-
.row
|
11
|
-
.
|
10
|
+
.row-fluid
|
11
|
+
.span10= f.input :remarks, :input_html => {:rows => 2, :class => 'span10'}
|
12
12
|
|
13
13
|
= f.buttons do
|
14
14
|
= f.commit_button
|
@@ -1,17 +1,17 @@
|
|
1
1
|
= semantic_form_for @project do |f|
|
2
2
|
= f.semantic_errors
|
3
3
|
= f.inputs do
|
4
|
-
.row
|
5
|
-
.
|
4
|
+
.row-fluid
|
5
|
+
.span5
|
6
6
|
= f.input :name, :input_html => {'data-autofocus' => 'true'}
|
7
7
|
= f.input :duration_from, :as => :date_field
|
8
8
|
= f.input :client, :as => :combobox
|
9
|
-
.
|
9
|
+
.span5
|
10
10
|
= f.input :project_state
|
11
11
|
= f.input :duration_to, :as => :date_field
|
12
|
-
.row
|
13
|
-
.
|
14
|
-
= f.input :remarks, :input_html => {:rows => 5, :class => '
|
12
|
+
.row-fluid
|
13
|
+
.span10
|
14
|
+
= f.input :remarks, :input_html => {:rows => 5, :class => 'span10'}
|
15
15
|
|
16
16
|
= f.buttons do
|
17
17
|
= f.commit_button
|
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: 117
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 19
|
9
|
-
-
|
10
|
-
version: 0.19.
|
9
|
+
- 19
|
10
|
+
version: 0.19.19
|
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-03 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: rails
|
@@ -182,10 +182,9 @@ 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.16
|
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:
|