Skip to content

Commit

Permalink
Update show.html.slim
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeTrade authored Jun 21, 2016
1 parent 8f83c64 commit 2111e91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/arguments/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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|
Expand Down

0 comments on commit 2111e91

Please sign in to comment.