Sha256: f36b1a6775edfbc374326c38d6e0f875b1affb1c253484879a18e145bd4062de

Contents?: true

Size: 462 Bytes

Versions: 4

Compression:

Stored size: 462 Bytes

Contents

<% body.each do |array| %>
<% array.each do |value| %><%= value %>     <% end %>
<% end %>
<%= @console_formatter.format_btc(fund.fund_totals[:value_btc]) %>    <%= @console_formatter.format_eth(fund.fund_totals[:value_eth]) %>    <%= @console_formatter.format_percent(fund.fund_totals[:percent_change_24h]) %>   <%= @console_formatter.format_percent(fund.fund_totals[:percent_change_7d]) %>    <%= @console_formatter.format_usd(fund.fund_totals[:value_usd]) %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
capwatch-0.2.5 lib/templates/watch.erb
capwatch-0.2.4 lib/templates/watch.erb
capwatch-0.2.3 lib/templates/watch.erb
capwatch-0.2.0 lib/templates/watch.erb