summaryrefslogtreecommitdiff
path: root/views/feature_table.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/feature_table.haml')
-rw-r--r--views/feature_table.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/feature_table.haml b/views/feature_table.haml
index e968b01..daa04a0 100644
--- a/views/feature_table.haml
+++ b/views/feature_table.haml
@@ -36,13 +36,13 @@
-if features[:deactivating].empty? and features[:activating].empty? and (features[:pc_features].size >= 1)
%tr
%th
- descriptor
+ Descriptors
%th
- value
+ Values
- features[:pc_features].sort{|a,b| a[:feature] <=> b[:feature] }.each do |f|
%tr
%td= f[:feature]
- %td= f[:value]
+ %td= f[:value].uniq.collect{|v| v.to_s + " "}