Applying new icon font to active table on homepage

This commit is contained in:
summerscope
2014-05-28 16:33:01 +10:00
parent 0c2a7ac247
commit 8954caf3e0
2 changed files with 2 additions and 2 deletions

View File

@@ -22,4 +22,4 @@
.columns.small-1.text-right
%a{"bo-href" => "hub.path"}
%i.fi-arrow-right
%i.ofn-i_007-caret-right

View File

@@ -10,4 +10,4 @@
.columns.small-3{"bo-if" => "!hub.active"}
Orders closed
.columns.small-1.text-right
%i{"ng-class" => "{'fi-arrow-down' : !open(), 'fi-arrow-up' : open()}"}
%i{"ng-class" => "{'ofn-i_005-caret-down' : !open(), 'ofn-i_006-caret-up' : open()}"}