app/views/loadbalancers/show.txt.erb in rumm-0.0.6 vs app/views/loadbalancers/show.txt.erb in rumm-0.0.7
- old
+ new
@@ -1,4 +1,4 @@
-<%= name %>: <%= id %> (<%= state %>)
- <%= algorithm %>
- created: <%= created %>
- protocol: <%= protocol %>
+<%= this.name %>: <%= this.id %> (<%= this.state %>)
+ <%= this.algorithm %>
+ created: <%= this.created %>
+ protocol: <%= this.protocol %>