kaui 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kaui (0.4.0)
4
+ kaui (0.4.1)
5
5
  cancan (~> 1.6.10)
6
6
  d3_rails (~> 3.2.8)
7
7
  devise (~> 3.0.2)
@@ -51,6 +51,7 @@
51
51
  <% else %>
52
52
  [unknown]
53
53
  <% end %>
54
+ </td>
54
55
  <td>
55
56
  <% if invoice.target_date.present? %>
56
57
  <%= invoice.target_date %>
@@ -32,7 +32,7 @@
32
32
  <dd><%= @account.external_key %>&nbsp;</dd>
33
33
  <dt>Overdue status:</dt>
34
34
  <% if @overdue_state.nil? %>
35
- <dd>unknown<dd>
35
+ <dd>unknown</dd>
36
36
  <% elsif @overdue_state.clear_state %>
37
37
  <dd><span class='label label-success'>Good</span><dd>
38
38
  <% else %>
@@ -40,7 +40,7 @@
40
40
  <% end %>
41
41
  <dt>Account balance:</dt>
42
42
  <% if @account.balance.nil? %>
43
- <dd>unknown
43
+ <dd>unknown</dd>
44
44
  <% elsif @account.balance <= 0 %>
45
45
  <dd><span class="label label-success" ><%= humanized_money_with_symbol @account.balance_to_money %> (<%= @account.currency %>)</span>
46
46
  <% else %>
@@ -93,7 +93,7 @@
93
93
  <% @bundles.each do |bundle| %>
94
94
  <% subs = @subscriptions_by_bundle_id[bundle.bundle_id] %>
95
95
  <% if subs.present? %>
96
- <h2>Bundle <%= link_to Kaui.bundle_key_display_string.call(bundle.external_key), Kaui.bundle_home_path.call(bundle.bundle_id) if bundle.external_key.present? %>
96
+ <h2>Bundle <%= link_to Kaui.bundle_key_display_string.call(bundle.external_key), Kaui.bundle_home_path.call(bundle.bundle_id) if bundle.external_key.present? %></h2>
97
97
  <%= render :partial => "kaui/subscriptions/subscriptions_table", :locals => { :subscriptions => subs, :account => @account } %>
98
98
  <% end %>
99
99
  <% end %>
data/lib/kaui/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Kaui
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -435,7 +435,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
435
435
  version: '0'
436
436
  segments:
437
437
  - 0
438
- hash: -830910028184591534
438
+ hash: 730929266616147309
439
439
  requirements: []
440
440
  rubyforge_project:
441
441
  rubygems_version: 1.8.25