app/views/iam/_account_attribute.html.erb in iam-0.1.12 vs app/views/iam/_account_attribute.html.erb in iam-0.2.1
- old
+ new
@@ -1,5 +1,3 @@
-<% key, value = account_attribute %>
-
-<td class="attribute <%= key %>-attribute">
- <%= value %>
+<td class="attribute">
+ <%= account_attribute %>
</td>