You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/03/26 22:28:03 UTC

[16/20] git commit: Changing class names for windows phone 7, 8, windows 8

Changing class names for windows phone 7, 8, windows 8


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/b18c66b8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/b18c66b8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/b18c66b8

Branch: refs/heads/refactor
Commit: b18c66b84cd143e9e8f427d3482c99bdb97d09c3
Parents: 5471573
Author: Josh Bavari <jo...@raisemore.com>
Authored: Fri Mar 21 02:03:17 2014 -0500
Committer: Josh Bavari <jo...@raisemore.com>
Committed: Fri Mar 21 02:03:17 2014 -0500

----------------------------------------------------------------------
 attachments/partials/views/search.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/b18c66b8/attachments/partials/views/search.html
----------------------------------------------------------------------
diff --git a/attachments/partials/views/search.html b/attachments/partials/views/search.html
index b4ad4c7..280035b 100644
--- a/attachments/partials/views/search.html
+++ b/attachments/partials/views/search.html
@@ -32,21 +32,21 @@
                 <label class="topcoat-checkbox">
                     <input type="checkbox" ng-model="filterWindowsPhone7" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>Windows Phone 7 <i class="icon-windows"></i></span>
+                    <span>Windows Phone 7 <i class="icon-windowsphone7"></i></span>
                 </label>
             </div>
             <div class="column-3--lap">
                 <label class="topcoat-checkbox">
                     <input type="checkbox" ng-model="filterWindowsPhone8" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>Windows Phone 8 <i class="icon-windows"></i></span>
+                    <span>Windows Phone 8 <i class="icon-windowsphone8"></i></span>
                 </label>
             </div>
             <div class="column-3--lap">
                 <label class="topcoat-checkbox">
                     <input type="checkbox" ng-model="filterWindows8" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>Windows 8 <i class="icon-windows"></i></span>
+                    <span>Windows 8 <i class="icon-windows8"></i></span>
                 </label>
             </div>
             <div class="column-3--lap">