Skip to content

Commit

Permalink
Fixed price align at market list
Browse files Browse the repository at this point in the history
  • Loading branch information
lgn21st authored and Jan Xie committed Mar 12, 2015
1 parent 9c18767 commit 2faea12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/private/markets/_market_list.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
tbody
- @markets.each do |market|
tr.market id="market-list-#{market.id}" class="quote-#{market.quote_unit}" data-market=market.id
td.col-xs-6.name
td.col-xs-5.name
= link_to market.name, market_path(market)
td.col-xs-5.price
td.col-xs-8.price
= Global[market.id].ticker[:last]
td.col-xs-5.change
| +0.00%

0 comments on commit 2faea12

Please sign in to comment.