You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/06/27 04:45:24 UTC

svn commit: r1497191 - /incubator/climate/trunk/rcmet/src/main/ui/app/index.html

Author: joyce
Date: Thu Jun 27 02:45:23 2013
New Revision: 1497191

URL: http://svn.apache.org/r1497191
Log:
CLIMATE-152 progress - Remove btn styles from dataset remove button

Modified:
    incubator/climate/trunk/rcmet/src/main/ui/app/index.html

Modified: incubator/climate/trunk/rcmet/src/main/ui/app/index.html
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/index.html?rev=1497191&r1=1497190&r2=1497191&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/index.html (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/index.html Thu Jun 27 02:45:23 2013
@@ -122,7 +122,7 @@
           {{dataset.name}}
         </div>
         <div class="span1">
-          <a class="btn btn-link no-color-link" ng-click="removeDataset($index)">
+          <a class="no-color-link" href="#" ng-click="removeDataset($index)">
             <i class="icon-remove"></i>
           </a>
         </div>