lib/templates/resolver/index.html.erb in logical-construct-0.0.1.localtesting vs lib/templates/resolver/index.html.erb in logical-construct-0.0.1

- old
+ new

@@ -1,8 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> +<head profile="http://lrdesign/document-profiles/logical-construct/resolution"> + <meta charset="UTF-8" /> + <title>Logical Construct Provisioning Data Resolution</title> +</head> +<body> <p>The following conditions must be satisfied in order to provision this machine:</p> <ul> - <% unsatisfied_prerequisites.each do |task| %> + <% unsatisfied.each do |task| %> <li> - <a href="<%= web_path(task)%>"><%= task.name %></a> + <a rel="requirement" href="<%= web_path(task.name)%>"><%= task.name %></a> </li> <% end %> </ul> +</body> +</html>