vesr 0.11.9 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/esr_files/_form.html.haml +5 -9
- data/lib/vesr/version.rb +1 -1
- metadata +4 -4
@@ -1,12 +1,8 @@
|
|
1
1
|
|
2
|
-
=
|
3
|
-
= f.
|
2
|
+
= simple_form_for resource do |f|
|
3
|
+
= f.input :file, :as => :file
|
4
4
|
|
5
|
-
|
6
|
-
= f.input :
|
5
|
+
.row-fluid
|
6
|
+
.span12= f.input :remarks, :input_html => {:rows => 4}
|
7
7
|
|
8
|
-
|
9
|
-
.span10= f.input :remarks, :input_html => {:rows => 4, :class => 'span10'}
|
10
|
-
|
11
|
-
= f.buttons do
|
12
|
-
= f.commit_button
|
8
|
+
= f.button :submit
|
data/lib/vesr/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vesr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 47
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 0.
|
8
|
+
- 12
|
9
|
+
- 0
|
10
|
+
version: 0.12.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Roman Simecek
|