From: marios <[email protected]>

Signed-off-by: marios <[email protected]>
---
 server/views/instance_states/show.xml.haml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/views/instance_states/show.xml.haml 
b/server/views/instance_states/show.xml.haml
index beba422..6a8c36a 100644
--- a/server/views/instance_states/show.xml.haml
+++ b/server/views/instance_states/show.xml.haml
@@ -1,6 +1,6 @@
-%states
+%instance_states
   - for state in @machine.states
-    %state{ :name=>state }
+    %instance_state{ :name=>state }
       - for transition in state.transitions
         - if ( transition.automatically? )
           %transition{ :to=>transition.destination, :auto=>'true'}
-- 
1.7.6.5

Reply via email to