From 2111e9104326f61763499e62d34625919b971194 Mon Sep 17 00:00:00 2001 From: FreeTrade Date: Tue, 21 Jun 2016 20:01:53 +0700 Subject: [PATCH] Update show.html.slim --- app/views/arguments/show.html.slim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/arguments/show.html.slim b/app/views/arguments/show.html.slim index a23ae62..178398d 100644 --- a/app/views/arguments/show.html.slim +++ b/app/views/arguments/show.html.slim @@ -9,7 +9,7 @@ .col-md-2 button.btn.btn-default.btn-lg.btn-info#toggle_button type="button" span.fa.fa-refresh aria-hidden="true" - | Doubt + | HOdl .col-md-1 span.lead @@ -53,9 +53,9 @@ .row .col-md-6.bg-success - h3 #{btc_human(@argument.pros_sum)} #{percent_human(@argument.pros_share)} Believe + h3 #{btc_human(@argument.pros_sum)} #{percent_human(@argument.pros_share)} HOdl .col-md-6.bg-danger - h3 #{btc_human(@argument.cons_sum)} #{percent_human(@argument.cons_share)} Doubt + h3 #{btc_human(@argument.cons_sum)} #{percent_human(@argument.cons_share)} Do no HOdl .row - [@argument.pros, @argument.cons].each_with_index do |addresses, i|