vesr 0.11.1 → 0.11.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,12 @@
1
+
2
+ = semantic_form_for resource do |f|
3
+ = f.semantic_errors
4
+
5
+ = f.inputs do
6
+ = f.input :file, :as => :file
7
+
8
+ .row
9
+ .span16= f.input :remarks, :input_html => {:rows => 4, :class => 'span12'}
10
+
11
+ = f.buttons do
12
+ = f.commit_button
data/lib/vesr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vesr
2
- VERSION = "0.11.1"
2
+ VERSION = "0.11.2"
3
3
  end
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: 49
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 1
10
- version: 0.11.1
9
+ - 2
10
+ version: 0.11.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek
@@ -43,6 +43,7 @@ files:
43
43
  - app/models/esr_record.rb
44
44
  - app/uploaders/esr_file_uploader.rb
45
45
  - app/views/esr_files/_esr_file.html.haml
46
+ - app/views/esr_files/_form.html.haml
46
47
  - app/views/esr_files/_list.html.haml
47
48
  - app/views/esr_files/_list_records.html.haml
48
49
  - app/views/esr_files/_navigation_section.html.erb