kaui 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
<dd><%= @account.external_key %> </dd>
|
|
33
33
|
<dt>Overdue status:</dt>
|
|
34
34
|
<% if @overdue_state.nil? %>
|
|
35
|
-
<dd>unknown
|
|
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
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.
|
|
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:
|
|
438
|
+
hash: 730929266616147309
|
|
439
439
|
requirements: []
|
|
440
440
|
rubyforge_project:
|
|
441
441
|
rubygems_version: 1.8.25
|