generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html in nirvdrum-rubber-1.1.7 vs generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html in nirvdrum-rubber-2.0.0.rails3.beta6
- old
+ new
@@ -23,10 +23,10 @@
<% rubber_instances.sort {|a,b| a.name <=> b.name }.each do |ic| %>
<li><a href="/monit_<%= ic.name %>/">Monit <%= ic.name %></a></li>
<% end %>
- <% if resque_host = rubber_instances.for_role('resque').first %>
+ <% if resque_host = rubber_instances.for_role('resque_web').first %>
<li><a href="/resque/">Resque</a></li>
<% end %>
</ul>
</body>