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 11:12:21 UTC

git commit: Fixed typo in firewalls views

Updated Branches:
  refs/heads/master 6e8de4bc6 -> 3d6e08c08


Fixed typo in firewalls views


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

Branch: refs/heads/master
Commit: 3d6e08c084876449e772a051a0041788d64b3e61
Parents: 6e8de4b
Author: Michal Fojtik <mf...@redhat.com>
Authored: Mon Apr 8 19:46:16 2013 +0200
Committer: Michal fojtik <mf...@redhat.com>
Committed: Tue Apr 9 11:12:12 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/3d6e08c0/server/views/firewalls/index.xml.haml
----------------------------------------------------------------------
diff --git a/server/views/firewalls/index.xml.haml b/server/views/firewalls/index.xml.haml
index 44c77ae..7694eb1 100644
--- a/server/views/firewalls/index.xml.haml
+++ b/server/views/firewalls/index.xml.haml
@@ -1,6 +1,6 @@
 !!! XML
 %firewalls
-  - firewalls.each do |firewall|
+  - elements.each do |firewall|
     %firewall{:href => firewall_url(firewall.id), :id => firewall.id}
       %actions
         %link{ :rel => :destroy, :href => destroy_firewall_url(firewall.id), :method => :delete, :id => firewall.id}