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 2014/07/21 15:25:14 UTC

[38/50] git commit: Properly scale result images in resultsdetail

Properly scale result images in resultsdetail


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/f922ce66
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/f922ce66
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/f922ce66

Branch: refs/heads/master
Commit: f922ce666afff5e4f57237fad3a4ff1c9468387f
Parents: 8f37553
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Jul 18 13:51:09 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Jul 18 13:51:09 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/views/resultsdetail.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/f922ce66/ocw-ui/frontend-new/app/views/resultsdetail.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/views/resultsdetail.html b/ocw-ui/frontend-new/app/views/resultsdetail.html
index 40a55a2..2febdd2 100644
--- a/ocw-ui/frontend-new/app/views/resultsdetail.html
+++ b/ocw-ui/frontend-new/app/views/resultsdetail.html
@@ -4,7 +4,7 @@
     <div class="{{alertClass}}">{{alertMessage}}</div>
     <ul>
       <li ng-repeat="figure in figures">
-        <img class="result-figures" ng-src="{{baseURL}}/static/eval_results/{{figure}}" alt="" />
+        <img class="img-responsive" ng-src="{{baseURL}}/static/eval_results/{{figure}}" alt="" />
       </li>
     </ul>
   </div>