You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/04/09 12:30:34 UTC

git commit: Fixed index HTML haml view for firewalls (DTACLOUD-533)

Updated Branches:
  refs/heads/apache [created] 3b0b1a593


Fixed index HTML haml view for firewalls (DTACLOUD-533)


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

Branch: refs/heads/apache
Commit: 3b0b1a59361bfaf33a2e3ae81c1881209e8cc016
Parents: ca47929
Author: Michal Fojtik <mf...@redhat.com>
Authored: Tue Apr 9 11:27:53 2013 +0200
Committer: Michal fojtik <mf...@redhat.com>
Committed: Tue Apr 9 12:27:05 2013 +0200

----------------------------------------------------------------------
 server/views/firewalls/index.html.haml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/3b0b1a59/server/views/firewalls/index.html.haml
----------------------------------------------------------------------
diff --git a/server/views/firewalls/index.html.haml b/server/views/firewalls/index.html.haml
index 5862e4b..3236f42 100644
--- a/server/views/firewalls/index.html.haml
+++ b/server/views/firewalls/index.html.haml
@@ -5,7 +5,7 @@
 %div{ :'data-role' => :content, :'data-theme' => 'c'}
   %ul{ :'data-role' => :listview , :'data-inset' => :true, :'data-divider-theme' => 'a'}
     %li{ :'data-role' => 'list-divider'}=driver_symbol
-    - firewalls.each do |firewall|
+    - elements.each do |firewall|
       %li
         %a{ :href => firewall_url(firewall.id), :'data-ajax' => 'false'}
           %img{ :class => 'ui-link-thumb', :src => '/images/firewall.png'}