vesr 0.11.5 → 0.11.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  - content_for :sidebar do
2
2
  .sub-tabs
3
3
  %h3 Ältere Buchungsläufe
4
- %ul
4
+ %ul.pager
5
5
  - for esr_file in EsrFile.find :all, :limit => 10, :order => 'updated_at DESC'
6
- %li= link_to esr_file.to_s(:short), esr_file
6
+ %li= link_to esr_file.to_s(:short), esr_file
@@ -1,5 +1,5 @@
1
1
  .contextual
2
2
  = link_to t_title(:index), esr_files_path, :class => "icon icon-book"
3
3
 
4
- %h2= t_title
4
+ = boot_page_title
5
5
  = render 'form'
@@ -2,8 +2,8 @@
2
2
  = link_to_function "Protokoll drucken", 'window.print()', :class => "icon icon-print"
3
3
  = link_to "VESR Liste", esr_files_path, :class => "icon icon-book"
4
4
  = link_to t_action(:show_all), {:show_valid => true}, :class => 'icon icon-show_all' unless params['show_valid']
5
-
6
- %h2 VESR Protokoll vom #{l(@esr_file.updated_at.to_date)}
5
+ .page-head
6
+ %h1 VESR Protokoll vom #{l(@esr_file.updated_at.to_date)}
7
7
 
8
8
  - if params['show_valid'].present?
9
9
  %h3 Korrekte Zahlungen
data/lib/vesr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vesr
2
- VERSION = "0.11.5"
2
+ VERSION = "0.11.6"
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: 57
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 5
10
- version: 0.11.5
9
+ - 6
10
+ version: 0.11.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-03-08 00:00:00 Z
19
+ date: 2012-03-20 00:00:00 Z
20
20
  dependencies: []
21
21
 
22
22
  description: VESR provides support for ESR number calculations and gives ready to use Rails components.
@@ -95,10 +95,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  requirements: []
96
96
 
97
97
  rubyforge_project:
98
- rubygems_version: 1.8.10
98
+ rubygems_version: 1.8.16
99
99
  signing_key:
100
100
  specification_version: 3
101
101
  summary: VESR invoice support library.
102
102
  test_files: []
103
103
 
104
- has_rdoc: