[PATCH conductor 8/8] Fixed displaying of deployment state on pools index page

jprovazn at redhat.com jprovazn at redhat.com
Thu Jun 14 13:36:35 UTC 2012


From: Jan Provaznik <jprovazn at redhat.com>

---
 .../_deployment_card_index.html.mustache           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/views/deployments/_deployment_card_index.html.mustache b/src/app/views/deployments/_deployment_card_index.html.mustache
index 875cf95..5984b94 100644
--- a/src/app/views/deployments/_deployment_card_index.html.mustache
+++ b/src/app/views/deployments/_deployment_card_index.html.mustache
@@ -2,7 +2,7 @@
   <h3 class="name">
     <a href="{{path}}">{{name}}</a>
   </h3>
-  <span class="status {{state}}" title="${translated_state}">{{state}}</span>
+  <span class="status {{state}}" title="{{translated_state}}">{{state}}</span>
   <dl class="statistics">
     <ul>
       <li class="right">
-- 
1.7.7.6




More information about the aeolus-devel mailing list